2024-02-13T03:18:18.432 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-13T03:18:18.432 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188 --name lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --verbose --owner scheduled_lflores@teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} -- /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188/orig.config.yaml 2024-02-13T03:18:18.467 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-13T03:18:18.551 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188 branch: wip-yuri10-testing-2024-02-08-0854-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: null first_in_suite: false job_id: '7557188' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-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-yuri10-testing-2024-02-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-tracker-64343-pacific sha1: 84e714279aa684636ac645daf0a1a85c2094cfb3 owner: scheduled_lflores@teuthology priority: 75 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 84e714279aa684636ac645daf0a1a85c2094cfb3 targets: smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG1adhg3Ol3b99ew5h7pQGRek9xigviGqIbbnp90XKgAc/FwCHzFJweMQuLXSH4fWVDoWRtz9tkupXnafJ2/VYQ= smithi193.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPHup0bku0MJuBtWUW3SYLova50NpfcDWDSOxXX5o9nWmVKlH+S87duxlASPOsqVdZOvtgd/2RT1PDbRW1okLSM= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-12_21:56:27 tube: smithi user: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-13T03:18:18.551 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa; will attempt to use it 2024-02-13T03:18:18.552 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa/tasks 2024-02-13T03:18:18.552 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-13T03:18:18.554 INFO:teuthology.task.internal:Checking packages... 2024-02-13T03:18:18.578 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-13T03:18:18.579 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-13T03:18:18.579 INFO:teuthology.packaging:ref: None 2024-02-13T03:18:18.579 INFO:teuthology.packaging:tag: None 2024-02-13T03:18:18.579 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-13T03:18:18.579 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T03:18:18.579 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-13T03:18:18.799 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-13T03:18:18.801 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-13T03:18:18.810 INFO:teuthology.task.internal:no buildpackages task found 2024-02-13T03:18:18.810 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-13T03:18:18.832 INFO:teuthology.task.internal:Saving configuration 2024-02-13T03:18:18.846 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-13T03:18:18.857 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T03:18:18.884 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-13 03:13:13.631844', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG1adhg3Ol3b99ew5h7pQGRek9xigviGqIbbnp90XKgAc/FwCHzFJweMQuLXSH4fWVDoWRtz9tkupXnafJ2/VYQ='} 2024-02-13T03:18:18.911 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-13 03:13:13.630413', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPHup0bku0MJuBtWUW3SYLova50NpfcDWDSOxXX5o9nWmVKlH+S87duxlASPOsqVdZOvtgd/2RT1PDbRW1okLSM='} 2024-02-13T03:18:18.911 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-13T03:18:18.919 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-13T03:18:18.919 INFO:teuthology.task.internal:roles: ubuntu@smithi193.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-13T03:18:18.919 INFO:teuthology.run_tasks:Running task console_log... 2024-02-13T03:18:19.003 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa73637bee0>, signals=[15]) 2024-02-13T03:18:19.003 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-13T03:18:19.012 INFO:teuthology.task.internal:Opening connections... 2024-02-13T03:18:19.012 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:18:19.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:18:19.087 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi193.front.sepia.ceph.com 2024-02-13T03:18:19.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:18:19.159 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-13T03:18:19.167 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2024-02-13T03:18:19.188 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2024-02-13T03:18:19.188 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2024-02-13T03:18:19.248 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Red Hat Enterprise Linux" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="8.6 (Ootpa)" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:ID="rhel" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="fedora" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="8.6" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el8" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.redhat.com/" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-13T03:18:19.249 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-13T03:18:19.250 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-13T03:18:19.250 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-13T03:18:19.250 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2024-02-13T03:18:19.268 DEBUG:teuthology.orchestra.run.smithi193:> uname -m 2024-02-13T03:18:19.288 INFO:teuthology.orchestra.run.smithi193.stdout:x86_64 2024-02-13T03:18:19.288 DEBUG:teuthology.orchestra.run.smithi193:> cat /etc/os-release 2024-02-13T03:18:19.348 INFO:teuthology.orchestra.run.smithi193.stdout:NAME="Red Hat Enterprise Linux" 2024-02-13T03:18:19.348 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION="8.6 (Ootpa)" 2024-02-13T03:18:19.348 INFO:teuthology.orchestra.run.smithi193.stdout:ID="rhel" 2024-02-13T03:18:19.348 INFO:teuthology.orchestra.run.smithi193.stdout:ID_LIKE="fedora" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:VERSION_ID="8.6" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:PLATFORM_ID="platform:el8" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:ANSI_COLOR="0;31" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:HOME_URL="https://www.redhat.com/" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-13T03:18:19.349 INFO:teuthology.orchestra.run.smithi193.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-13T03:18:19.350 INFO:teuthology.lock.ops:Updating smithi193.front.sepia.ceph.com on lock server 2024-02-13T03:18:19.368 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-13T03:18:19.376 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-13T03:18:19.384 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-13T03:18:19.384 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2024-02-13T03:18:19.387 DEBUG:teuthology.orchestra.run.smithi193:> test '!' -e /home/ubuntu/cephtest 2024-02-13T03:18:19.407 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-13T03:18:19.415 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-13T03:18:19.415 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2024-02-13T03:18:19.446 DEBUG:teuthology.orchestra.run.smithi193:> test -z $(ls -A /var/lib/ceph) 2024-02-13T03:18:19.476 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-13T03:18:19.533 INFO:teuthology.run_tasks:Running task kernel... 2024-02-13T03:18:19.548 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-13T03:18:19.548 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-13T03:18:19.548 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-13T03:18:19.548 DEBUG:teuthology.orchestra.run.smithi193:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-13T03:18:19.566 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:18:19.566 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-02-13T03:18:19.567 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:18:19.568 DEBUG:teuthology.orchestra.run.smithi193:> uname -r 2024-02-13T03:18:19.625 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-13T03:18:19.625 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.18.0-513.9.1.el8_9.x86_64 2024-02-13T03:18:19.625 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2024-02-13T03:18:19.627 INFO:teuthology.orchestra.run.smithi193.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-13T03:18:19.627 INFO:teuthology.task.kernel:Running kernel on smithi193: 4.18.0-513.9.1.el8_9.x86_64 2024-02-13T03:18:19.627 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum install -y kernel 2024-02-13T03:18:21.118 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-13T03:18:21.118 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2024-02-13T03:18:21.131 INFO:teuthology.orchestra.run.smithi193.stdout:Updating Subscription Management repositories. 2024-02-13T03:18:21.131 INFO:teuthology.orchestra.run.smithi193.stdout:Unable to read consumer identity 2024-02-13T03:18:21.356 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:18:21.356 INFO:teuthology.orchestra.run.smithi145.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-13T03:18:21.356 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:18:21.439 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:18:21.439 INFO:teuthology.orchestra.run.smithi193.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-13T03:18:21.439 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:18:23.171 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2024-02-13T03:18:23.279 INFO:teuthology.orchestra.run.smithi193.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2024-02-13T03:18:24.274 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2024-02-13T03:18:24.963 INFO:teuthology.orchestra.run.smithi193.stdout:Extra Packages for Enterprise Linux 9.8 MB/s | 16 MB 00:01 2024-02-13T03:18:27.963 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 412 kB/s | 24 kB 00:00 2024-02-13T03:18:28.496 INFO:teuthology.orchestra.run.smithi193.stdout:lab-extras 495 kB/s | 24 kB 00:00 2024-02-13T03:18:28.749 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-13T03:18:28.749 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-13T03:18:28.835 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-13T03:18:28.836 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2024-02-13T03:18:28.836 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-13T03:18:28.977 DEBUG:teuthology.orchestra.run.smithi145:> echo no | sudo yum reinstall kernel || true 2024-02-13T03:18:29.249 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-13T03:18:29.249 INFO:teuthology.orchestra.run.smithi193.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-13T03:18:29.335 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-13T03:18:29.336 INFO:teuthology.orchestra.run.smithi193.stdout:Nothing to do. 2024-02-13T03:18:29.336 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-13T03:18:29.357 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-13T03:18:29.358 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2024-02-13T03:18:29.502 DEBUG:teuthology.orchestra.run.smithi193:> echo no | sudo yum reinstall kernel || true 2024-02-13T03:18:29.594 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:18:29.594 INFO:teuthology.orchestra.run.smithi145.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-13T03:18:29.594 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:18:29.839 INFO:teuthology.orchestra.run.smithi193.stdout:Updating Subscription Management repositories. 2024-02-13T03:18:29.840 INFO:teuthology.orchestra.run.smithi193.stdout:Unable to read consumer identity 2024-02-13T03:18:29.900 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:02 ago on Tue 13 Feb 2024 03:18:27 AM UTC. 2024-02-13T03:18:29.980 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-13T03:18:29.987 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-13T03:18:30.039 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2024-02-13T03:18:30.072 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:18:30.072 INFO:teuthology.orchestra.run.smithi193.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-13T03:18:30.072 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:18:30.087 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum reinstall -y kernel || true 2024-02-13T03:18:30.383 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:02 ago on Tue 13 Feb 2024 03:18:28 AM UTC. 2024-02-13T03:18:30.422 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-13T03:18:30.422 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2024-02-13T03:18:30.472 INFO:teuthology.orchestra.run.smithi193.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-13T03:18:30.481 INFO:teuthology.orchestra.run.smithi193.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-13T03:18:30.530 INFO:teuthology.orchestra.run.smithi193.stderr:Error: No packages marked for reinstall. 2024-02-13T03:18:30.578 DEBUG:teuthology.orchestra.run.smithi193:> sudo yum reinstall -y kernel || true 2024-02-13T03:18:30.636 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:18:30.636 INFO:teuthology.orchestra.run.smithi145.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-13T03:18:30.636 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:18:30.912 INFO:teuthology.orchestra.run.smithi193.stdout:Updating Subscription Management repositories. 2024-02-13T03:18:30.912 INFO:teuthology.orchestra.run.smithi193.stdout:Unable to read consumer identity 2024-02-13T03:18:30.937 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:03 ago on Tue 13 Feb 2024 03:18:27 AM UTC. 2024-02-13T03:18:31.003 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-13T03:18:31.004 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-13T03:18:31.069 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2024-02-13T03:18:31.120 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:18:31.120 INFO:teuthology.orchestra.run.smithi193.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-13T03:18:31.120 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:18:31.121 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T03:18:31.288 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-13T03:18:31.288 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-13T03:18:31.289 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-13T03:18:31.289 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-13T03:18:31.289 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-13T03:18:31.318 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2024-02-13T03:18:31.334 DEBUG:teuthology.parallel:result is None 2024-02-13T03:18:31.423 INFO:teuthology.orchestra.run.smithi193.stdout:Last metadata expiration check: 0:00:03 ago on Tue 13 Feb 2024 03:18:28 AM UTC. 2024-02-13T03:18:31.485 INFO:teuthology.orchestra.run.smithi193.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-13T03:18:31.485 INFO:teuthology.orchestra.run.smithi193.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-13T03:18:31.523 INFO:teuthology.orchestra.run.smithi193.stderr:Error: No packages marked for reinstall. 2024-02-13T03:18:31.570 DEBUG:teuthology.orchestra.run.smithi193:> rpm -q kernel | sort -rV | head -n 1 2024-02-13T03:18:31.728 INFO:teuthology.orchestra.run.smithi193.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-13T03:18:31.728 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-13T03:18:31.728 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-13T03:18:31.728 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-13T03:18:31.728 DEBUG:teuthology.orchestra.run.smithi193:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-13T03:18:31.766 INFO:teuthology.orchestra.run.smithi193.stdout:ttyS1 2024-02-13T03:18:31.782 DEBUG:teuthology.parallel:result is None 2024-02-13T03:18:31.783 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-13T03:18:31.792 INFO:teuthology.task.internal:Creating test directory... 2024-02-13T03:18:31.792 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-13T03:18:31.795 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-13T03:18:31.839 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-13T03:18:31.847 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-13T03:18:31.861 INFO:teuthology.task.internal:Creating archive directory... 2024-02-13T03:18:31.862 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-13T03:18:31.864 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-13T03:18:31.910 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-13T03:18:31.919 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-13T03:18:31.919 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-13T03:18:31.928 DEBUG:teuthology.orchestra.run.smithi193:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-13T03:18:31.963 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:18:31.974 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:18:31.980 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:18:31.990 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-13T03:18:31.992 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-13T03:18:32.001 INFO:teuthology.task.internal:Configuring sudo... 2024-02-13T03:18:32.001 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-13T03:18:32.017 DEBUG:teuthology.orchestra.run.smithi193:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-13T03:18:32.059 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-13T03:18:32.069 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-13T03:18:32.070 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-13T03:18:32.085 DEBUG:teuthology.orchestra.run.smithi193:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-13T03:18:32.115 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:18:32.185 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:18:32.235 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:18:32.322 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:18:32.361 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:18:32.362 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-13T03:18:32.428 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:18:32.472 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-13T03:18:32.524 DEBUG:teuthology.orchestra.run.smithi193:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:18:32.608 DEBUG:teuthology.orchestra.run.smithi193:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-13T03:18:32.649 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:18:32.650 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-13T03:18:32.716 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2024-02-13T03:18:32.718 DEBUG:teuthology.orchestra.run.smithi193:> sudo service rsyslog restart 2024-02-13T03:18:32.757 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T03:18:32.800 INFO:teuthology.orchestra.run.smithi193.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T03:18:33.159 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-13T03:18:33.167 INFO:teuthology.task.internal:Starting timer... 2024-02-13T03:18:33.168 INFO:teuthology.run_tasks:Running task pcp... 2024-02-13T03:18:33.193 INFO:teuthology.run_tasks:Running task selinux... 2024-02-13T03:18:33.205 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-13T03:18:33.206 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2024-02-13T03:18:33.277 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2024-02-13T03:18:33.279 DEBUG:teuthology.orchestra.run.smithi193:> sudo service auditd rotate 2024-02-13T03:18:33.370 INFO:teuthology.orchestra.run.smithi193.stdout:Rotating logs: 2024-02-13T03:18:33.372 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-13T03:18:33.372 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2024-02-13T03:18:33.399 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2024-02-13T03:18:33.399 DEBUG:teuthology.orchestra.run.smithi193:> /usr/sbin/getenforce 2024-02-13T03:18:33.420 INFO:teuthology.orchestra.run.smithi193.stdout:Permissive 2024-02-13T03:18:33.420 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi145.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi193.front.sepia.ceph.com': 'permissive'} 2024-02-13T03:18:33.420 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-13T03:18:33.467 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:18:33.467 DEBUG:teuthology.orchestra.run.smithi193:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-13T03:18:33.494 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:18:33.494 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-13T03:18:33.495 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2024-02-13T03:18:33.537 DEBUG:teuthology.orchestra.run.smithi193:> sudo /usr/sbin/setenforce permissive 2024-02-13T03:18:33.565 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-13T03:18:33.574 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-13T03:18:33.591 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-13T03:18:33.592 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi145.front.sepia.ceph.com,smithi193.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-13T03:27:30.533 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi145.front.sepia.ceph.com'), Remote(name='ubuntu@smithi193.front.sepia.ceph.com')] 2024-02-13T03:27:30.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-13T03:27:30.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:27:30.616 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-02-13T03:27:30.681 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-02-13T03:27:30.681 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-02-13T03:27:30.682 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi193.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-13T03:27:30.757 DEBUG:teuthology.orchestra.run.smithi193:> true 2024-02-13T03:27:30.826 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi193.front.sepia.ceph.com' 2024-02-13T03:27:30.827 INFO:teuthology.run_tasks:Running task clock... 2024-02-13T03:27:30.839 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-13T03:27:30.839 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-13T03:27:30.840 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T03:27:30.842 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-13T03:27:30.842 DEBUG:teuthology.orchestra.run.smithi193:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T03:27:30.871 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-13T03:27:30.885 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-13T03:27:30.901 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-13T03:27:30.919 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-13T03:27:30.956 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2024-02-13T03:27:30.968 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2024-02-13T03:27:30.982 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-13T03:27:30.996 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-13T03:27:30.998 INFO:teuthology.orchestra.run.smithi193.stderr:sudo: ntpd: command not found 2024-02-13T03:27:31.010 INFO:teuthology.orchestra.run.smithi193.stdout:506 Cannot talk to daemon 2024-02-13T03:27:31.026 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-13T03:27:31.040 INFO:teuthology.orchestra.run.smithi193.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-13T03:27:31.062 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2024-02-13T03:27:31.066 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T03:27:31.066 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-02-13T03:27:31.066 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:27:31.066 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:27:31.066 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:27:31.067 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:27:31.111 INFO:teuthology.orchestra.run.smithi193.stderr:bash: ntpq: command not found 2024-02-13T03:27:31.115 INFO:teuthology.orchestra.run.smithi193.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T03:27:31.115 INFO:teuthology.orchestra.run.smithi193.stdout:=============================================================================== 2024-02-13T03:27:31.115 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:27:31.115 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:27:31.115 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:27:31.115 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:27:31.116 INFO:teuthology.run_tasks:Running task pexec... 2024-02-13T03:27:31.128 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-13T03:27:31.129 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:27:31.129 DEBUG:teuthology.orchestra.run.smithi145:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-13T03:27:31.129 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi193.front.sepia.ceph.com 2024-02-13T03:27:31.129 DEBUG:teuthology.orchestra.run.smithi193:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-13T03:27:31.506 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-13T03:27:31.532 INFO:teuthology.orchestra.run.smithi193.stdout:Updating Subscription Management repositories. 2024-02-13T03:27:33.285 INFO:teuthology.orchestra.run.smithi193.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-02-13T03:27:33.350 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-02-13T03:27:33.890 INFO:teuthology.orchestra.run.smithi193.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-02-13T03:27:33.981 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2024-02-13T03:27:36.656 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-13T03:27:36.658 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-13T03:27:36.658 INFO:teuthology.orchestra.run.smithi193.stdout: Package Architecture Version Repository Size 2024-02-13T03:27:36.658 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-13T03:27:36.658 INFO:teuthology.orchestra.run.smithi193.stdout:Resetting modules: 2024-02-13T03:27:36.658 INFO:teuthology.orchestra.run.smithi193.stdout: container-tools 2024-02-13T03:27:36.658 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:27:36.658 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-13T03:27:36.658 INFO:teuthology.orchestra.run.smithi193.stdout:================================================================================ 2024-02-13T03:27:36.658 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:27:36.980 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-13T03:27:36.981 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-13T03:27:36.981 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-02-13T03:27:36.981 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-13T03:27:36.981 INFO:teuthology.orchestra.run.smithi145.stdout:Resetting modules: 2024-02-13T03:27:36.982 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 2024-02-13T03:27:36.982 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:27:36.982 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-02-13T03:27:36.982 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-13T03:27:36.982 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:27:45.134 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-13T03:27:45.595 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-13T03:27:46.584 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-13T03:27:47.054 INFO:teuthology.orchestra.run.smithi193.stdout:Updating Subscription Management repositories. 2024-02-13T03:27:47.641 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2024-02-13T03:27:48.239 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-02-13T03:27:48.874 INFO:teuthology.orchestra.run.smithi193.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 24 kB/s | 4.5 kB 00:00 2024-02-13T03:27:49.468 INFO:teuthology.orchestra.run.smithi193.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-02-13T03:27:50.980 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-13T03:27:51.131 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================== 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================== 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout:Installing group/module packages: 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-02-13T03:27:51.132 INFO:teuthology.orchestra.run.smithi145.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout:Installing weak dependencies: 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout:Installing module profiles: 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools/common 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling module streams: 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools rhel8 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-02-13T03:27:51.133 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================== 2024-02-13T03:27:51.134 INFO:teuthology.orchestra.run.smithi145.stdout:Install 13 Packages 2024-02-13T03:27:51.134 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:27:51.134 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 26 M 2024-02-13T03:27:51.134 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 87 M 2024-02-13T03:27:51.134 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-02-13T03:27:51.337 INFO:teuthology.orchestra.run.smithi145.stdout:(1/13): python3-pytoml-0.1.14-5.git7dea353.el8. 122 kB/s | 25 kB 00:00 2024-02-13T03:27:51.362 INFO:teuthology.orchestra.run.smithi145.stdout:(2/13): python3-pyxdg-0.25-16.el8.noarch.rpm 412 kB/s | 94 kB 00:00 2024-02-13T03:27:51.421 INFO:teuthology.orchestra.run.smithi145.stdout:(3/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 3.5 MB/s | 1.0 MB 00:00 2024-02-13T03:27:51.538 INFO:teuthology.orchestra.run.smithi145.stdout:(4/13): cockpit-podman-75-1.module+el8.9.0+2032 4.1 MB/s | 739 kB 00:00 2024-02-13T03:27:51.605 INFO:teuthology.orchestra.run.smithi145.stdout:(5/13): criu-libs-3.18-4.module+el8.9.0+20326+3 214 kB/s | 39 kB 00:00 2024-02-13T03:27:51.697 INFO:teuthology.orchestra.run.smithi145.stdout:(6/13): crun-1.8.7-1.module+el8.9.0+20326+38708 1.5 MB/s | 239 kB 00:00 2024-02-13T03:27:51.797 INFO:teuthology.orchestra.run.smithi145.stdout:(7/13): netavark-1.7.0-1.module+el8.9.0+20326+3 19 MB/s | 3.7 MB 00:00 2024-02-13T03:27:51.823 INFO:teuthology.orchestra.run.smithi145.stdout:(8/13): python3-podman-4.6.0-1.module+el8.9.0+2 1.2 MB/s | 153 kB 00:00 2024-02-13T03:27:51.948 INFO:teuthology.orchestra.run.smithi145.stdout:(9/13): buildah-1.31.3-1.module+el8.9.0+20326+3 14 MB/s | 8.8 MB 00:00 2024-02-13T03:27:52.115 INFO:teuthology.orchestra.run.smithi145.stdout:(10/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 8.7 MB/s | 2.5 MB 00:00 2024-02-13T03:27:52.140 INFO:teuthology.orchestra.run.smithi145.stdout:(11/13): udica-0.2.6-20.module+el8.9.0+20326+38 258 kB/s | 49 kB 00:00 2024-02-13T03:27:52.290 INFO:teuthology.orchestra.run.smithi145.stdout:(12/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 17 MB/s | 8.1 MB 00:00 2024-02-13T03:27:52.315 INFO:teuthology.orchestra.run.smithi145.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 205 kB/s | 41 kB 00:00 2024-02-13T03:27:52.316 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-02-13T03:27:52.316 INFO:teuthology.orchestra.run.smithi145.stdout:Total 22 MB/s | 26 MB 00:01 2024-02-13T03:27:52.415 INFO:teuthology.orchestra.run.smithi193.stdout:Dependencies resolved. 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout:========================================================================================================== 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout: Package Arch Version Repository Size 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout:========================================================================================================== 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout:Installing group/module packages: 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-02-13T03:27:52.573 INFO:teuthology.orchestra.run.smithi193.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout:Installing dependencies: 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout:Installing weak dependencies: 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout:Installing module profiles: 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: container-tools/common 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout:Enabling module streams: 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: container-tools rhel8 2024-02-13T03:27:52.574 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:27:52.575 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction Summary 2024-02-13T03:27:52.575 INFO:teuthology.orchestra.run.smithi193.stdout:========================================================================================================== 2024-02-13T03:27:52.575 INFO:teuthology.orchestra.run.smithi193.stdout:Install 13 Packages 2024-02-13T03:27:52.575 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:27:52.575 INFO:teuthology.orchestra.run.smithi193.stdout:Total download size: 26 M 2024-02-13T03:27:52.575 INFO:teuthology.orchestra.run.smithi193.stdout:Installed size: 87 M 2024-02-13T03:27:52.575 INFO:teuthology.orchestra.run.smithi193.stdout:Downloading Packages: 2024-02-13T03:27:52.598 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-02-13T03:27:52.619 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-02-13T03:27:52.620 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-02-13T03:27:52.777 INFO:teuthology.orchestra.run.smithi193.stdout:(1/13): python3-pyxdg-0.25-16.el8.noarch.rpm 466 kB/s | 94 kB 00:00 2024-02-13T03:27:52.794 INFO:teuthology.orchestra.run.smithi193.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 113 kB/s | 25 kB 00:00 2024-02-13T03:27:52.836 INFO:teuthology.orchestra.run.smithi193.stdout:(3/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 3.9 MB/s | 1.0 MB 00:00 2024-02-13T03:27:52.849 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-02-13T03:27:52.858 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-02-13T03:27:52.937 INFO:teuthology.orchestra.run.smithi193.stdout:(4/13): cockpit-podman-75-1.module+el8.9.0+2032 5.1 MB/s | 739 kB 00:00 2024-02-13T03:27:52.962 INFO:teuthology.orchestra.run.smithi193.stdout:(5/13): criu-libs-3.18-4.module+el8.9.0+20326+3 313 kB/s | 39 kB 00:00 2024-02-13T03:27:53.140 INFO:teuthology.orchestra.run.smithi193.stdout:(6/13): buildah-1.31.3-1.module+el8.9.0+20326+3 24 MB/s | 8.8 MB 00:00 2024-02-13T03:27:53.179 INFO:teuthology.orchestra.run.smithi193.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+20326+38708 988 kB/s | 239 kB 00:00 2024-02-13T03:27:53.288 INFO:teuthology.orchestra.run.smithi193.stdout:(8/13): netavark-1.7.0-1.module+el8.9.0+20326+3 11 MB/s | 3.7 MB 00:00 2024-02-13T03:27:53.313 INFO:teuthology.orchestra.run.smithi193.stdout:(9/13): python3-podman-4.6.0-1.module+el8.9.0+2 891 kB/s | 153 kB 00:00 2024-02-13T03:27:53.488 INFO:teuthology.orchestra.run.smithi193.stdout:(10/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 26 MB/s | 8.1 MB 00:00 2024-02-13T03:27:53.494 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-02-13T03:27:53.514 INFO:teuthology.orchestra.run.smithi193.stdout:(11/13): udica-0.2.6-20.module+el8.9.0+20326+38 246 kB/s | 49 kB 00:00 2024-02-13T03:27:53.580 INFO:teuthology.orchestra.run.smithi193.stdout:(12/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 8.6 MB/s | 2.5 MB 00:00 2024-02-13T03:27:53.663 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-13T03:27:53.672 INFO:teuthology.orchestra.run.smithi193.stdout:(13/13): yajl-2.1.0-12.el8.x86_64.rpm 223 kB/s | 41 kB 00:00 2024-02-13T03:27:53.673 INFO:teuthology.orchestra.run.smithi193.stdout:-------------------------------------------------------------------------------- 2024-02-13T03:27:53.673 INFO:teuthology.orchestra.run.smithi193.stdout:Total 23 MB/s | 26 MB 00:01 2024-02-13T03:27:53.913 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 2/13 2024-02-13T03:27:53.957 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction check 2024-02-13T03:27:53.979 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction check succeeded. 2024-02-13T03:27:53.979 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction test 2024-02-13T03:27:54.207 INFO:teuthology.orchestra.run.smithi193.stdout:Transaction test succeeded. 2024-02-13T03:27:54.216 INFO:teuthology.orchestra.run.smithi193.stdout:Running transaction 2024-02-13T03:27:54.407 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-13T03:27:54.633 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-13T03:27:54.809 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-13T03:27:54.851 INFO:teuthology.orchestra.run.smithi193.stdout: Preparing : 1/1 2024-02-13T03:27:55.043 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-13T03:27:55.054 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-13T03:27:55.311 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 2/13 2024-02-13T03:27:55.863 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-13T03:27:56.013 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-02-13T03:27:56.097 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-13T03:27:56.231 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-13T03:27:56.276 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-02-13T03:27:56.432 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 9/13 2024-02-13T03:27:56.492 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-02-13T03:27:56.813 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-02-13T03:27:57.442 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-02-13T03:27:57.702 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-13T03:27:57.729 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-13T03:27:57.937 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 9/13 2024-02-13T03:27:57.958 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-02-13T03:27:58.158 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-13T03:27:58.321 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-02-13T03:27:58.564 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-13T03:27:58.564 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-13T03:27:58.564 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-13T03:27:58.564 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-13T03:27:58.564 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-13T03:27:58.564 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 5/13 2024-02-13T03:27:58.564 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 6/13 2024-02-13T03:27:58.564 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 7/13 2024-02-13T03:27:58.564 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-13T03:27:58.565 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 9/13 2024-02-13T03:27:58.565 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 10/13 2024-02-13T03:27:58.565 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-13T03:27:58.565 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 12/13 2024-02-13T03:27:59.193 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-13T03:27:59.441 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-02-13T03:27:59.657 INFO:teuthology.orchestra.run.smithi193.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-13T03:28:00.061 INFO:teuthology.orchestra.run.smithi193.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-02-13T03:28:00.061 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-02-13T03:28:00.061 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-13T03:28:00.061 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 3/13 2024-02-13T03:28:00.061 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 4/13 2024-02-13T03:28:00.061 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 5/13 2024-02-13T03:28:00.061 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 6/13 2024-02-13T03:28:00.062 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 7/13 2024-02-13T03:28:00.062 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 8/13 2024-02-13T03:28:00.062 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 9/13 2024-02-13T03:28:00.062 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 10/13 2024-02-13T03:28:00.062 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-02-13T03:28:00.062 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 12/13 2024-02-13T03:28:06.645 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-13T03:28:06.646 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2024-02-13T03:28:07.187 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:28:07.187 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-02-13T03:28:07.187 INFO:teuthology.orchestra.run.smithi145.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:07.187 INFO:teuthology.orchestra.run.smithi145.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:07.187 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-02-13T03:28:07.187 INFO:teuthology.orchestra.run.smithi145.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:07.187 INFO:teuthology.orchestra.run.smithi145.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:07.187 INFO:teuthology.orchestra.run.smithi145.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:07.188 INFO:teuthology.orchestra.run.smithi145.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-02-13T03:28:07.188 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-13T03:28:07.188 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-13T03:28:07.188 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:07.188 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:07.188 INFO:teuthology.orchestra.run.smithi145.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-02-13T03:28:07.188 INFO:teuthology.orchestra.run.smithi145.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-13T03:28:07.188 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:28:07.188 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-13T03:28:07.370 DEBUG:teuthology.parallel:result is None 2024-02-13T03:28:08.238 INFO:teuthology.orchestra.run.smithi193.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-13T03:28:08.238 INFO:teuthology.orchestra.run.smithi193.stdout:Installed products updated. 2024-02-13T03:28:08.788 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:28:08.788 INFO:teuthology.orchestra.run.smithi193.stdout:Installed: 2024-02-13T03:28:08.788 INFO:teuthology.orchestra.run.smithi193.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:08.788 INFO:teuthology.orchestra.run.smithi193.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:08.788 INFO:teuthology.orchestra.run.smithi193.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-02-13T03:28:08.788 INFO:teuthology.orchestra.run.smithi193.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:08.788 INFO:teuthology.orchestra.run.smithi193.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:08.788 INFO:teuthology.orchestra.run.smithi193.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:08.788 INFO:teuthology.orchestra.run.smithi193.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-02-13T03:28:08.789 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-13T03:28:08.789 INFO:teuthology.orchestra.run.smithi193.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-13T03:28:08.789 INFO:teuthology.orchestra.run.smithi193.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:08.789 INFO:teuthology.orchestra.run.smithi193.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-02-13T03:28:08.789 INFO:teuthology.orchestra.run.smithi193.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-02-13T03:28:08.789 INFO:teuthology.orchestra.run.smithi193.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-13T03:28:08.789 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:28:08.789 INFO:teuthology.orchestra.run.smithi193.stdout:Complete! 2024-02-13T03:28:08.974 DEBUG:teuthology.parallel:result is None 2024-02-13T03:28:08.974 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-13T03:28:08.986 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-13T03:28:08.986 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:28:08.986 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:28:09.007 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-13T03:28:09.007 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_1 2024-02-13T03:28:09.068 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-13T03:28:09.068 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:28:09.069 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 177785 Links: 1 2024-02-13T03:28:09.069 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:28:09.069 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T03:28:09.069 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-13 03:27:58.287335022 +0000 2024-02-13T03:28:09.069 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-13 03:26:53.961275796 +0000 2024-02-13T03:28:09.069 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-13 03:26:53.961275796 +0000 2024-02-13T03:28:09.069 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-13T03:28:09.069 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-13T03:28:09.139 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-13T03:28:09.140 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-13T03:28:09.140 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000275227 s, 1.9 MB/s 2024-02-13T03:28:09.141 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-13T03:28:09.201 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_2 2024-02-13T03:28:09.260 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-13T03:28:09.260 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:28:09.260 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 181375 Links: 1 2024-02-13T03:28:09.260 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:28:09.260 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T03:28:09.260 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-13 03:27:58.287335022 +0000 2024-02-13T03:28:09.260 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-13 03:26:54.338267969 +0000 2024-02-13T03:28:09.260 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-13 03:26:54.338267969 +0000 2024-02-13T03:28:09.260 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-13T03:28:09.261 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-13T03:28:09.327 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-13T03:28:09.328 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-13T03:28:09.328 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000245894 s, 2.1 MB/s 2024-02-13T03:28:09.329 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-13T03:28:09.387 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_3 2024-02-13T03:28:09.445 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-13T03:28:09.445 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:28:09.445 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 181430 Links: 1 2024-02-13T03:28:09.445 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:28:09.446 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T03:28:09.446 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-13 03:27:58.287335022 +0000 2024-02-13T03:28:09.446 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-13 03:26:54.706260329 +0000 2024-02-13T03:28:09.446 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-13 03:26:54.706260329 +0000 2024-02-13T03:28:09.446 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-13T03:28:09.446 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-13T03:28:09.512 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-13T03:28:09.512 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-13T03:28:09.512 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000161137 s, 3.2 MB/s 2024-02-13T03:28:09.513 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-13T03:28:09.571 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_4 2024-02-13T03:28:09.628 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-13T03:28:09.628 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:28:09.628 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 178709 Links: 1 2024-02-13T03:28:09.628 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:28:09.628 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T03:28:09.628 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-13 03:27:58.287335022 +0000 2024-02-13T03:28:09.628 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-13 03:26:55.074252688 +0000 2024-02-13T03:28:09.629 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-13 03:26:55.074252688 +0000 2024-02-13T03:28:09.629 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-13T03:28:09.629 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-13T03:28:09.693 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-13T03:28:09.693 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-13T03:28:09.693 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.00024801 s, 2.1 MB/s 2024-02-13T03:28:09.694 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-13T03:28:09.752 DEBUG:teuthology.orchestra.run.smithi145:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-13T03:28:09.868 INFO:teuthology.orchestra.run.smithi145.stdout:loop 2024-02-13T03:28:09.870 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_1... 2024-02-13T03:28:09.870 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-13T03:28:09.905 INFO:teuthology.orchestra.run.smithi145.stdout:1 2024-02-13T03:28:09.940 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_11 2024-02-13T03:28:09.981 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_2... 2024-02-13T03:28:09.981 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-13T03:28:10.059 INFO:teuthology.orchestra.run.smithi145.stdout:1 2024-02-13T03:28:10.094 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_21 2024-02-13T03:28:10.133 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_3... 2024-02-13T03:28:10.133 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-13T03:28:10.210 INFO:teuthology.orchestra.run.smithi145.stdout:1 2024-02-13T03:28:10.245 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_31 2024-02-13T03:28:10.283 INFO:tasks.nvme_loop:Connecting nvme_loop smithi145:/dev/vg_nvme/lv_4... 2024-02-13T03:28:10.283 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-13T03:28:10.357 INFO:teuthology.orchestra.run.smithi145.stdout:1 2024-02-13T03:28:10.392 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/vg_nvme/lv_41 2024-02-13T03:28:10.431 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:28:10.431 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:28:10.489 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme list 2024-02-13T03:28:10.554 INFO:teuthology.orchestra.run.smithi145.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-13T03:28:10.554 INFO:teuthology.orchestra.run.smithi145.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-13T03:28:10.554 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme0n1 PHFT620500N9400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-13T03:28:10.554 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme1n1 ef7493c66b74f4bae69d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T03:28:10.554 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme2n1 39dbc77c3047e3b7a28b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T03:28:10.554 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme3n1 3021e9aeb30b3a39fa4d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T03:28:10.554 INFO:teuthology.orchestra.run.smithi145.stdout:/dev/nvme4n1 e23982121484d301860a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T03:28:10.555 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T03:28:10.555 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:28:10.555 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/scratch_devs 2024-02-13T03:28:10.622 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:28:10.622 DEBUG:teuthology.orchestra.run.smithi193:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:28:10.643 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-13T03:28:10.643 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/vg_nvme/lv_1 2024-02-13T03:28:10.703 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-13T03:28:10.703 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:28:10.703 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 6h/6d Inode: 176491 Links: 1 2024-02-13T03:28:10.703 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:28:10.704 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T03:28:10.704 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-02-13 03:27:59.793822091 +0000 2024-02-13T03:28:10.704 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-02-13 03:27:03.380752216 +0000 2024-02-13T03:28:10.704 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-02-13 03:27:03.380752216 +0000 2024-02-13T03:28:10.704 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: - 2024-02-13T03:28:10.704 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-13T03:28:10.773 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-02-13T03:28:10.773 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-02-13T03:28:10.773 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000222392 s, 2.3 MB/s 2024-02-13T03:28:10.774 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-13T03:28:10.835 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/vg_nvme/lv_2 2024-02-13T03:28:10.893 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-13T03:28:10.893 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:28:10.893 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 6h/6d Inode: 180759 Links: 1 2024-02-13T03:28:10.893 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:28:10.893 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T03:28:10.894 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-02-13 03:27:59.793822091 +0000 2024-02-13T03:28:10.894 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-02-13 03:27:03.739746779 +0000 2024-02-13T03:28:10.894 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-02-13 03:27:03.739746779 +0000 2024-02-13T03:28:10.894 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: - 2024-02-13T03:28:10.894 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-13T03:28:10.961 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-02-13T03:28:10.961 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-02-13T03:28:10.961 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000225066 s, 2.3 MB/s 2024-02-13T03:28:10.962 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-13T03:28:11.020 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/vg_nvme/lv_3 2024-02-13T03:28:11.078 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-13T03:28:11.079 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:28:11.079 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 6h/6d Inode: 180847 Links: 1 2024-02-13T03:28:11.079 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:28:11.079 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T03:28:11.079 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-02-13 03:27:59.794822076 +0000 2024-02-13T03:28:11.079 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-02-13 03:27:04.102741282 +0000 2024-02-13T03:28:11.079 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-02-13 03:27:04.102741282 +0000 2024-02-13T03:28:11.079 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: - 2024-02-13T03:28:11.079 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-13T03:28:11.145 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-02-13T03:28:11.145 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-02-13T03:28:11.145 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000206365 s, 2.5 MB/s 2024-02-13T03:28:11.146 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-13T03:28:11.204 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/vg_nvme/lv_4 2024-02-13T03:28:11.261 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-13T03:28:11.261 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-13T03:28:11.261 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 6h/6d Inode: 178756 Links: 1 2024-02-13T03:28:11.261 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-13T03:28:11.261 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:device_t:s0 2024-02-13T03:28:11.262 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-02-13 03:27:59.794822076 +0000 2024-02-13T03:28:11.262 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-02-13 03:27:04.446736073 +0000 2024-02-13T03:28:11.262 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-02-13 03:27:04.446736073 +0000 2024-02-13T03:28:11.262 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: - 2024-02-13T03:28:11.262 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-13T03:28:11.327 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-02-13T03:28:11.327 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-02-13T03:28:11.327 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000234794 s, 2.2 MB/s 2024-02-13T03:28:11.328 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-13T03:28:11.387 DEBUG:teuthology.orchestra.run.smithi193:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-13T03:28:11.508 INFO:teuthology.orchestra.run.smithi193.stdout:loop 2024-02-13T03:28:11.509 INFO:tasks.nvme_loop:Connecting nvme_loop smithi193:/dev/vg_nvme/lv_1... 2024-02-13T03:28:11.510 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-13T03:28:11.545 INFO:teuthology.orchestra.run.smithi193.stdout:1 2024-02-13T03:28:11.579 INFO:teuthology.orchestra.run.smithi193.stdout:/dev/vg_nvme/lv_11 2024-02-13T03:28:11.620 INFO:tasks.nvme_loop:Connecting nvme_loop smithi193:/dev/vg_nvme/lv_2... 2024-02-13T03:28:11.620 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-13T03:28:11.697 INFO:teuthology.orchestra.run.smithi193.stdout:1 2024-02-13T03:28:11.733 INFO:teuthology.orchestra.run.smithi193.stdout:/dev/vg_nvme/lv_21 2024-02-13T03:28:11.772 INFO:tasks.nvme_loop:Connecting nvme_loop smithi193:/dev/vg_nvme/lv_3... 2024-02-13T03:28:11.772 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-13T03:28:11.847 INFO:teuthology.orchestra.run.smithi193.stdout:1 2024-02-13T03:28:11.883 INFO:teuthology.orchestra.run.smithi193.stdout:/dev/vg_nvme/lv_31 2024-02-13T03:28:11.921 INFO:tasks.nvme_loop:Connecting nvme_loop smithi193:/dev/vg_nvme/lv_4... 2024-02-13T03:28:11.921 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-13T03:28:11.997 INFO:teuthology.orchestra.run.smithi193.stdout:1 2024-02-13T03:28:12.033 INFO:teuthology.orchestra.run.smithi193.stdout:/dev/vg_nvme/lv_41 2024-02-13T03:28:12.071 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:28:12.071 DEBUG:teuthology.orchestra.run.smithi193:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:28:12.129 DEBUG:teuthology.orchestra.run.smithi193:> sudo nvme list 2024-02-13T03:28:12.194 INFO:teuthology.orchestra.run.smithi193.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-13T03:28:12.194 INFO:teuthology.orchestra.run.smithi193.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-13T03:28:12.194 INFO:teuthology.orchestra.run.smithi193.stdout:/dev/nvme0n1 PHFT620500HB400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-13T03:28:12.194 INFO:teuthology.orchestra.run.smithi193.stdout:/dev/nvme1n1 f6fefe04890a8e8032fd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T03:28:12.195 INFO:teuthology.orchestra.run.smithi193.stdout:/dev/nvme2n1 bfa3a0db3ba7a5b72518 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T03:28:12.195 INFO:teuthology.orchestra.run.smithi193.stdout:/dev/nvme3n1 3be5ee84520dcfaf2bd5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T03:28:12.195 INFO:teuthology.orchestra.run.smithi193.stdout:/dev/nvme4n1 34cdd1d616032bc6f73c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-13T03:28:12.196 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T03:28:12.196 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:28:12.196 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/scratch_devs 2024-02-13T03:28:12.262 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-13T03:28:12.332 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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-13T03:28:12.332 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-13T03:28:12.333 INFO:tasks.cephadm:Cluster fsid is ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:28:12.333 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-13T03:28:12.333 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-13T03:28:12.333 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi145': '172.21.15.145', 'mon.smithi193': '172.21.15.193'} 2024-02-13T03:28:12.333 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-13T03:28:12.333 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2024-02-13T03:28:12.368 DEBUG:teuthology.orchestra.run.smithi193:> sudo hostname $(hostname -s) 2024-02-13T03:28:12.396 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref 0e714d9a4bd2a821113e6318adb87bd06cf81ec1)... 2024-02-13T03:28:12.396 DEBUG:teuthology.orchestra.run.smithi145:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 0e714d9a4bd2a821113e6318adb87bd06cf81ec1:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-13T03:28:12.429 INFO:teuthology.orchestra.run.smithi145.stderr:Cloning into 'testrepo'... 2024-02-13T03:29:22.087 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 13 03:29 /home/ubuntu/cephtest/cephadm 2024-02-13T03:29:22.088 DEBUG:teuthology.orchestra.run.smithi193:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 0e714d9a4bd2a821113e6318adb87bd06cf81ec1:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-13T03:29:22.110 INFO:teuthology.orchestra.run.smithi193.stderr:Cloning into 'testrepo'... 2024-02-13T03:30:31.140 INFO:teuthology.orchestra.run.smithi193.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 13 03:30 /home/ubuntu/cephtest/cephadm 2024-02-13T03:30:31.141 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-13T03:30:31.165 DEBUG:teuthology.orchestra.run.smithi193:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-13T03:30:31.208 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2024-02-13T03:30:31.254 DEBUG:teuthology.orchestra.run.smithi193:> sudo mkdir -p /etc/ceph 2024-02-13T03:30:31.294 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2024-02-13T03:30:31.323 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 777 /etc/ceph 2024-02-13T03:30:31.361 INFO:tasks.cephadm:Writing seed config... 2024-02-13T03:30:31.362 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-13T03:30:31.362 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-13T03:30:31.362 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-13T03:30:31.363 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-13T03:30:31.363 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-13T03:30:31.363 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-13T03:30:31.363 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-13T03:30:31.363 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-13T03:30:31.363 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:30:31.363 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-13T03:30:31.381 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 = ea9288ac-ca1f-11ee-95b9-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-13T03:30:31.381 DEBUG:teuthology.orchestra.run.smithi145:mon.smithi145> sudo journalctl -f -n 0 -u ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi145.service 2024-02-13T03:30:31.423 INFO:tasks.cephadm:Bootstrapping... 2024-02-13T03:30:31.424 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -v bootstrap --fsid ea9288ac-ca1f-11ee-95b9-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.145 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:30:31.451 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:-- Logs begin at Tue 2024-02-13 03:17:30 UTC. -- 2024-02-13T03:30:31.713 INFO:teuthology.orchestra.run.smithi145.stderr:-------------------------------------------------------------------------------- 2024-02-13T03:30:31.713 INFO:teuthology.orchestra.run.smithi145.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1', '-v', 'bootstrap', '--fsid', 'ea9288ac-ca1f-11ee-95b9-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.145', '--skip-admin-label'] 2024-02-13T03:30:32.631 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: 4.6.1 2024-02-13T03:30:32.646 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying podman|docker is present... 2024-02-13T03:30:32.671 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: 4.6.1 2024-02-13T03:30:32.681 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying lvm2 is present... 2024-02-13T03:30:32.681 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying time synchronization is in place... 2024-02-13T03:30:32.689 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-13T03:30:32.695 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-13T03:30:32.702 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: enabled 2024-02-13T03:30:32.708 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: active 2024-02-13T03:30:32.709 INFO:teuthology.orchestra.run.smithi145.stderr:Unit chronyd.service is enabled and running 2024-02-13T03:30:32.709 INFO:teuthology.orchestra.run.smithi145.stderr:Repeating the final host check... 2024-02-13T03:30:32.731 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: 4.6.1 2024-02-13T03:30:32.743 INFO:teuthology.orchestra.run.smithi145.stderr:podman (/bin/podman) version 4.6.1 is present 2024-02-13T03:30:32.743 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl is present 2024-02-13T03:30:32.743 INFO:teuthology.orchestra.run.smithi145.stderr:lvcreate is present 2024-02-13T03:30:32.749 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-13T03:30:32.755 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-13T03:30:32.761 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: enabled 2024-02-13T03:30:32.767 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: active 2024-02-13T03:30:32.768 INFO:teuthology.orchestra.run.smithi145.stderr:Unit chronyd.service is enabled and running 2024-02-13T03:30:32.768 INFO:teuthology.orchestra.run.smithi145.stderr:Host looks OK 2024-02-13T03:30:32.768 INFO:teuthology.orchestra.run.smithi145.stderr:Cluster fsid: ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:30:32.768 INFO:teuthology.orchestra.run.smithi145.stderr:Acquiring lock 140161753157760 on /run/cephadm/ea9288ac-ca1f-11ee-95b9-87774f69a715.lock 2024-02-13T03:30:32.768 INFO:teuthology.orchestra.run.smithi145.stderr:Lock 140161753157760 acquired on /run/cephadm/ea9288ac-ca1f-11ee-95b9-87774f69a715.lock 2024-02-13T03:30:32.769 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying IP 172.21.15.145 port 3300 ... 2024-02-13T03:30:32.769 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying IP 172.21.15.145 port 6789 ... 2024-02-13T03:30:32.769 INFO:teuthology.orchestra.run.smithi145.stderr:Base mon IP(s) is [172.21.15.145:3300, 172.21.15.145:6789], mon addrv is [v2:172.21.15.145:3300,v1:172.21.15.145:6789] 2024-02-13T03:30:32.772 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-13T03:30:32.772 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.145 metric 100 2024-02-13T03:30:32.775 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-13T03:30:32.775 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-02-13T03:30:32.775 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-02-13T03:30:32.778 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-13T03:30:32.778 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-13T03:30:32.778 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-13T03:30:32.778 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-13T03:30:32.778 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: inet6 fe80::b6ff:c3a1:2aca:980a/64 scope link noprefixroute 2024-02-13T03:30:32.778 INFO:teuthology.orchestra.run.smithi145.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-13T03:30:32.779 INFO:teuthology.orchestra.run.smithi145.stderr:Mon IP `172.21.15.145` is in CIDR network `172.21.0.0/20` 2024-02-13T03:30:32.779 INFO:teuthology.orchestra.run.smithi145.stderr:Mon IP `172.21.15.145` is in CIDR network `172.21.0.0/20` 2024-02-13T03:30:32.779 INFO:teuthology.orchestra.run.smithi145.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-13T03:30:32.779 INFO:teuthology.orchestra.run.smithi145.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-13T03:30:32.780 INFO:teuthology.orchestra.run.smithi145.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1... 2024-02-13T03:30:32.907 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1... 2024-02-13T03:30:32.993 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Getting image source signatures 2024-02-13T03:30:32.993 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Copying blob sha256:955bfa9dba4a4380f93be7209d227ce2b057a09dc4ade787f31ef12d8b977cea 2024-02-13T03:30:32.993 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-13T03:30:57.953 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Copying config sha256:1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-13T03:30:58.019 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: Writing manifest to image destination 2024-02-13T03:30:58.713 INFO:teuthology.orchestra.run.smithi145.stderr:/bin/podman: 1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-13T03:30:59.226 INFO:teuthology.orchestra.run.smithi145.stderr:ceph: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-13T03:30:59.586 INFO:teuthology.orchestra.run.smithi145.stderr:Ceph version: ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable) 2024-02-13T03:30:59.586 INFO:teuthology.orchestra.run.smithi145.stderr:Extracting ceph user uid/gid from container image... 2024-02-13T03:30:59.880 INFO:teuthology.orchestra.run.smithi145.stderr:stat: 167 167 2024-02-13T03:31:00.200 INFO:teuthology.orchestra.run.smithi145.stderr:Creating initial keys... 2024-02-13T03:31:00.450 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-authtool: AQB04splj9/UGRAArzgio1CmPWp24e78XrRV1Q== 2024-02-13T03:31:01.100 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-authtool: AQB14splObPvBBAAPydFg9PtL+uLj73TNIxCbQ== 2024-02-13T03:31:01.675 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-authtool: AQB14splWXWzJxAAqJQB4U4FbzldCsyB3lDYkQ== 2024-02-13T03:31:02.011 INFO:teuthology.orchestra.run.smithi145.stderr:Creating initial monmap... 2024-02-13T03:31:02.275 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-13T03:31:02.275 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:02.275 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-13T03:31:02.642 INFO:teuthology.orchestra.run.smithi145.stderr:monmaptool for smithi145 [v2:172.21.15.145:3300,v1:172.21.15.145:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-13T03:31:02.642 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: set fsid to ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:02.642 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-13T03:31:02.642 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:02.642 INFO:teuthology.orchestra.run.smithi145.stderr:Creating mon... 2024-02-13T03:31:02.943 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.906+0000 7ffbefdbb880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T03:31:02.943 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.907+0000 7ffbefdbb880 1 imported monmap: 2024-02-13T03:31:02.943 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-13T03:31:02.943 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: last_changed 2024-02-13T03:31:02.270989+0000 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: created 2024-02-13T03:31:02.270989+0000 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.smithi145 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.907+0000 7ffbefdbb880 0 /usr/bin/ceph-mon: set fsid to ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.907+0000 7ffbefdbb880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.907+0000 7ffbefdbb880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.907+0000 7ffbefdbb880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.907+0000 7ffbefdbb880 4 rocksdb: DB SUMMARY 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.944 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi145/store.db dir, Total Num: 0, files: 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi145/store.db: 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.create_if_missing: 1 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.env: 0x55fa94669080 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.fs: Posix File System 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.info_log: 0x55fa96151380 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.statistics: (nil) 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.use_fsync: 0 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T03:31:02.945 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.db_log_dir: 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi145/store.db 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T03:31:02.946 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.write_buffer_manager: 0x55fa96157980 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.unordered_write: 0 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T03:31:02.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.row_cache: None 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.wal_filter: None 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T03:31:02.948 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.max_open_files: -1 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T03:31:02.949 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Compression algorithms supported: 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: kZSTD supported: 0 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.908+0000 7ffbefdbb880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000001 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.950 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.merge_operator: 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_filter: None 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fa96067d30) 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-13T03:31:02.951 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_cache: 0x55fa9609cd10 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-13T03:31:02.952 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T03:31:02.953 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compression: NoCompression 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.num_levels: 7 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T03:31:02.954 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:31:02.955 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T03:31:02.955 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T03:31:02.955 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T03:31:02.955 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T03:31:02.955 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T03:31:02.955 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:31:02.955 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T03:31:02.955 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T03:31:02.955 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T03:31:02.956 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T03:31:02.957 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.ttl: 2592000 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.909+0000 7ffbefdbb880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.958 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.910+0000 7ffbefdbb880 4 rocksdb: DB pointer 0x55fa96165800 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.910+0000 7ffbd8c2d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.910+0000 7ffbd8c2d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:31:02.959 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:31:02.960 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:31:02.961 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.912+0000 7ffbefdbb880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.912+0000 7ffbefdbb880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-13T03:31:02.962 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph-mon: debug 2024-02-13T03:31:02.912+0000 7ffbefdbb880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi145 for mon.smithi145 2024-02-13T03:31:03.255 INFO:teuthology.orchestra.run.smithi145.stderr:create mon.smithi145 on 2024-02-13T03:31:03.366 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-13T03:31:03.465 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715.target. 2024-02-13T03:31:03.465 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715.target. 2024-02-13T03:31:03.668 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Failed to reset failed state of unit ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi145.service: Unit ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi145.service not loaded. 2024-02-13T03:31:03.675 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715.target.wants/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi145.service → /etc/systemd/system/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@.service. 2024-02-13T03:31:04.104 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: disabled 2024-02-13T03:31:04.111 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-13T03:31:04.111 INFO:teuthology.orchestra.run.smithi145.stderr:firewalld.service is not enabled 2024-02-13T03:31:04.111 INFO:teuthology.orchestra.run.smithi145.stderr:Not possible to enable service . firewalld.service is not available 2024-02-13T03:31:04.112 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mon to start... 2024-02-13T03:31:04.112 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mon... 2024-02-13T03:31:04.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: cluster 2024-02-13T03:31:04.107205+0000 mon.smithi145 (mon.0) 1 : cluster [INF] mon.smithi145 is new leader, mons smithi145 in quorum (ranks 0) 2024-02-13T03:31:04.595 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: cluster: 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: id: ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: services: 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi145 (age 0.468583s) 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: data: 2024-02-13T03:31:04.597 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-13T03:31:04.598 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-13T03:31:04.598 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-13T03:31:04.598 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: pgs: 2024-02-13T03:31:04.598 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:04.944 INFO:teuthology.orchestra.run.smithi145.stderr:mon is available 2024-02-13T03:31:04.944 INFO:teuthology.orchestra.run.smithi145.stderr:Assimilating anything we can from ceph.conf... 2024-02-13T03:31:05.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: cluster 2024-02-13T03:31:04.127066+0000 mon.smithi145 (mon.0) 2 : cluster [INF] mon.smithi145 is new leader, mons smithi145 in quorum (ranks 0) 2024-02-13T03:31:05.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: cluster 2024-02-13T03:31:04.127307+0000 mon.smithi145 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} removed_ranks: {} 2024-02-13T03:31:05.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: cluster 2024-02-13T03:31:04.130731+0000 mon.smithi145 (mon.0) 4 : cluster [DBG] fsmap 2024-02-13T03:31:05.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: cluster 2024-02-13T03:31:04.134685+0000 mon.smithi145 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-13T03:31:05.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: cluster 2024-02-13T03:31:04.135160+0000 mon.smithi145 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-13T03:31:05.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: audit 2024-02-13T03:31:04.595579+0000 mon.smithi145 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.145:0/3005856770' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-13T03:31:05.396 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:05.396 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [global] 2024-02-13T03:31:05.396 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: fsid = ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:05.396 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-13T03:31:05.396 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.145:3300,v1:172.21.15.145:6789] 2024-02-13T03:31:05.396 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-13T03:31:05.396 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-13T03:31:05.396 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-13T03:31:05.396 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-13T03:31:05.397 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:05.397 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [mgr] 2024-02-13T03:31:05.397 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-13T03:31:05.397 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:05.397 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [osd] 2024-02-13T03:31:05.397 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-13T03:31:05.397 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-13T03:31:05.735 INFO:teuthology.orchestra.run.smithi145.stderr:Generating new minimal ceph.conf... 2024-02-13T03:31:06.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: audit 2024-02-13T03:31:05.391742+0000 mon.smithi145 (mon.0) 8 : audit [INF] from='client.? 172.21.15.145:0/3662570592' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-13T03:31:06.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: audit 2024-02-13T03:31:05.394781+0000 mon.smithi145 (mon.0) 9 : audit [INF] from='client.? 172.21.15.145:0/3662570592' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-13T03:31:06.429 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: audit 2024-02-13T03:31:06.131511+0000 mon.smithi145 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.145:0/3247260854' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:31:06.460 INFO:teuthology.orchestra.run.smithi145.stderr:Restarting the monitor... 2024-02-13T03:31:06.680 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:06 smithi145 systemd[1]: Stopping Ceph mon.smithi145 for ea9288ac-ca1f-11ee-95b9-87774f69a715... 2024-02-13T03:31:06.680 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:06 smithi145 bash[33146]: Error: no container with name or ID "ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon.smithi145" found: no such container 2024-02-13T03:31:06.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: debug 2024-02-13T03:31:06.679+0000 7fb0b4b36700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi145 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-13T03:31:06.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[32824]: debug 2024-02-13T03:31:06.679+0000 7fb0b4b36700 -1 mon.smithi145@0(leader) e1 *** Got Signal Terminated *** 2024-02-13T03:31:07.291 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 bash[33185]: ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145 2024-02-13T03:31:07.582 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 systemd[1]: ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi145.service: Succeeded. 2024-02-13T03:31:07.582 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 systemd[1]: Stopped Ceph mon.smithi145 for ea9288ac-ca1f-11ee-95b9-87774f69a715. 2024-02-13T03:31:07.582 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 systemd[1]: Starting Ceph mon.smithi145 for ea9288ac-ca1f-11ee-95b9-87774f69a715... 2024-02-13T03:31:07.597 INFO:teuthology.orchestra.run.smithi145.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-13T03:31:07.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.581+0000 7f29a4425880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-13T03:31:07.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.581+0000 7f29a4425880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-13T03:31:07.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.581+0000 7f29a4425880 0 pidfile_write: ignore empty --pid-file 2024-02-13T03:31:07.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.586+0000 7f29a4425880 0 load: jerasure load: lrc load: isa 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: DB SUMMARY 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: CURRENT file: CURRENT 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi145/store.db dir, Total Num: 1, files: 000004.sst 2024-02-13T03:31:07.959 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi145/store.db: 000006.log size: 82264 ; 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.create_if_missing: 0 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.env: 0x5565b58be080 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.fs: Posix File System 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.info_log: 0x5565b7895d20 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.statistics: (nil) 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.use_fsync: 0 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T03:31:07.960 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.db_log_dir: 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi145/store.db 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T03:31:07.961 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.write_buffer_manager: 0x5565b8592420 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.unordered_write: 0 2024-02-13T03:31:07.962 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.row_cache: None 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.wal_filter: None 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T03:31:07.963 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_open_files: -1 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 bash[33306]: 38351dd6618dc1da2e8b95c9127ca489f0e766ee81f3fc9762a78bdbb6fd5fec 2024-02-13T03:31:07.964 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Compression algorithms supported: 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: kZSTD supported: 0 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T03:31:07.965 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000005 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.merge_operator: 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_filter: None 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5565b7845d28) 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cache_index_and_filter_blocks: 1 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: pin_top_level_index_and_filter: 1 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: index_type: 0 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: data_block_index_type: 0 2024-02-13T03:31:07.966 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: index_shortening: 1 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: data_block_hash_table_util_ratio: 0.750000 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: hash_index_allow_collision: 1 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: checksum: 1 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: no_block_cache: 0 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: block_cache: 0x5565b787af10 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: block_cache_name: BinnedLRUCache 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: block_cache_options: 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: capacity : 536870912 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: num_shard_bits : 4 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: strict_capacity_limit : 0 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: high_pri_pool_ratio: 0.000 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: block_cache_compressed: (nil) 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: persistent_cache: (nil) 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: block_size: 4096 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: block_size_deviation: 10 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: block_restart_interval: 16 2024-02-13T03:31:07.967 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: index_block_restart_interval: 1 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: metadata_block_size: 4096 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: partition_filters: 0 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: use_delta_encoding: 1 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: whole_key_filtering: 1 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: verify_compression: 0 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: read_amp_bytes_per_bit: 0 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: format_version: 2 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: enable_index_compression: 1 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: block_align: 0 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T03:31:07.968 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compression: NoCompression 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.num_levels: 7 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T03:31:07.969 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T03:31:07.970 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T03:31:07.971 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T03:31:07.972 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.ttl: 2592000 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.587+0000 7f29a4425880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.588+0000 7f29a4425880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi145/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.588+0000 7f29a4425880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.588+0000 7f29a4425880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795067588781, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.588+0000 7f29a4425880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.588+0000 7f29a4425880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.589+0000 7f29a4425880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795067589651, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 79103, "table_properties": {"data_size": 77397, "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": 9414, "raw_average_key_size": 47, "raw_value_size": 72010, "raw_average_value_size": 365, "num_data_blocks": 10, "num_entries": 197, "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": 1707795067, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.589+0000 7f29a4425880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.973 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.589+0000 7f29a4425880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795067590059, "job": 1, "event": "recovery_finished"} 2024-02-13T03:31:07.974 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.590+0000 7f29a4425880 4 rocksdb: DB pointer 0x5565b7943800 2024-02-13T03:31:07.974 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.590+0000 7f298b216700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T03:31:07.974 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.590+0000 7f298b216700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T03:31:07.974 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ** DB Stats ** 2024-02-13T03:31:07.974 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:31:07.974 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-13T03:31:07.974 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ** Compaction Stats [default] ** 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: L0 2/0 78.94 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.0 0.00 0.00 1 0.001 0 0 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Sum 2/0 78.94 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.0 0.00 0.00 1 0.001 0 0 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.0 0.00 0.00 1 0.001 0 0 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ** Compaction Stats [default] ** 2024-02-13T03:31:07.975 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.0 0.00 0.00 1 0.001 0 0 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Cumulative compaction: 0.00 GB write, 25.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Interval compaction: 0.00 GB write, 25.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.976 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ** Compaction Stats [default] ** 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: L0 2/0 78.94 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.0 0.00 0.00 1 0.001 0 0 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Sum 2/0 78.94 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.0 0.00 0.00 1 0.001 0 0 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ** Compaction Stats [default] ** 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.0 0.00 0.00 1 0.001 0 0 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Cumulative compaction: 0.00 GB write, 24.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:31:07.977 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.590+0000 7f29a4425880 0 starting mon.smithi145 rank 0 at public addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] at bind addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi145 fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.591+0000 7f29a4425880 1 mon.smithi145@-1(???) e1 preinit fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.592+0000 7f29a4425880 0 mon.smithi145@-1(???).mds e1 new map 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.592+0000 7f29a4425880 0 mon.smithi145@-1(???).mds e1 print_map 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: e1 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: legacy client fscid: -1 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: No filesystems configured 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 2024-02-13T03:31:07.978 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.592+0000 7f29a4425880 0 mon.smithi145@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.592+0000 7f29a4425880 0 mon.smithi145@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.592+0000 7f29a4425880 0 mon.smithi145@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.592+0000 7f29a4425880 0 mon.smithi145@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:05.391742+0000 mon.smithi145 (mon.0) 8 : audit [INF] from='client.? 172.21.15.145:0/3662570592' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:05.394781+0000 mon.smithi145 (mon.0) 9 : audit [INF] from='client.? 172.21.15.145:0/3662570592' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:06.131511+0000 mon.smithi145 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.145:0/3247260854' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:31:07.592+0000 7f29a4425880 1 mon.smithi145@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 systemd[1]: Started Ceph mon.smithi145 for ea9288ac-ca1f-11ee-95b9-87774f69a715. 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:07.608301+0000 mon.smithi145 (mon.0) 1 : cluster [INF] mon.smithi145 is new leader, mons smithi145 in quorum (ranks 0) 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:07.608362+0000 mon.smithi145 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0]} removed_ranks: {} 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:07.608845+0000 mon.smithi145 (mon.0) 3 : cluster [DBG] fsmap 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:07.608876+0000 mon.smithi145 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-13T03:31:07.979 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:07.609310+0000 mon.smithi145 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-13T03:31:08.401 INFO:teuthology.orchestra.run.smithi145.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-13T03:31:08.401 INFO:teuthology.orchestra.run.smithi145.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:31:08.401 INFO:teuthology.orchestra.run.smithi145.stderr:Creating mgr... 2024-02-13T03:31:08.402 INFO:teuthology.orchestra.run.smithi145.stderr:Verifying port 9283 ... 2024-02-13T03:31:08.526 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Failed to reset failed state of unit ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mgr.smithi145.ovnvbv.service: Unit ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mgr.smithi145.ovnvbv.service not loaded. 2024-02-13T03:31:08.532 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715.target.wants/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mgr.smithi145.ovnvbv.service → /etc/systemd/system/ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@.service. 2024-02-13T03:31:09.053 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: disabled 2024-02-13T03:31:09.061 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-13T03:31:09.061 INFO:teuthology.orchestra.run.smithi145.stderr:firewalld.service is not enabled 2024-02-13T03:31:09.062 INFO:teuthology.orchestra.run.smithi145.stderr:Not possible to enable service . firewalld.service is not available 2024-02-13T03:31:09.070 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: disabled 2024-02-13T03:31:09.078 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-13T03:31:09.079 INFO:teuthology.orchestra.run.smithi145.stderr:firewalld.service is not enabled 2024-02-13T03:31:09.079 INFO:teuthology.orchestra.run.smithi145.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-13T03:31:09.079 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mgr to start... 2024-02-13T03:31:09.079 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mgr... 2024-02-13T03:31:09.133 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:08.049252+0000 mon.smithi145 (mon.0) 6 : audit [INF] from='client.? 172.21.15.145:0/2927841492' entity='client.admin' 2024-02-13T03:31:09.547 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:09.547 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-13T03:31:09.547 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsid": "ea9288ac-ca1f-11ee-95b9-87774f69a715", 2024-02-13T03:31:09.548 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "health": { 2024-02-13T03:31:09.548 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T03:31:09.548 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T03:31:09.548 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T03:31:09.548 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:09.548 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T03:31:09.548 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T03:31:09.548 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 0 2024-02-13T03:31:09.549 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-13T03:31:09.549 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T03:31:09.549 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "smithi145" 2024-02-13T03:31:09.549 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-13T03:31:09.549 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-02-13T03:31:09.549 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T03:31:09.549 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:09.549 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T03:31:09.549 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T03:31:09.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:09.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T03:31:09.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:09.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T03:31:09.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T03:31:09.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T03:31:09.554 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": false, 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "iostat", 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "nfs", 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "restful" 2024-02-13T03:31:09.555 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-13T03:31:09.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:31:09.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:09.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T03:31:09.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:09.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modified": "2024-02-13T03:31:04.128948+0000", 2024-02-13T03:31:09.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:31:09.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:09.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T03:31:09.556 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-13T03:31:09.900 INFO:teuthology.orchestra.run.smithi145.stderr:mgr not available, waiting (1/15)... 2024-02-13T03:31:10.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:09.542535+0000 mon.smithi145 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.145:0/4199431408' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T03:31:12.358 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsid": "ea9288ac-ca1f-11ee-95b9-87774f69a715", 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "health": { 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 0 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "smithi145" 2024-02-13T03:31:12.359 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T03:31:12.360 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T03:31:12.363 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T03:31:12.363 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T03:31:12.364 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": false, 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "iostat", 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "nfs", 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "restful" 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modified": "2024-02-13T03:31:04.128948+0000", 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T03:31:12.365 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-13T03:31:12.637 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:12.355978+0000 mon.smithi145 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.145:0/2562728564' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T03:31:12.709 INFO:teuthology.orchestra.run.smithi145.stderr:mgr not available, waiting (2/15)... 2024-02-13T03:31:14.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:14.348483+0000 mon.smithi145 (mon.0) 9 : cluster [INF] Activating manager daemon smithi145.ovnvbv 2024-02-13T03:31:14.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:14.351051+0000 mon.smithi145 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi145.ovnvbv(active, starting, since 0.00266346s) 2024-02-13T03:31:14.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.351898+0000 mon.smithi145 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T03:31:14.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.352077+0000 mon.smithi145 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T03:31:14.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.352264+0000 mon.smithi145 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T03:31:14.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.352439+0000 mon.smithi145 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-13T03:31:14.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.352639+0000 mon.smithi145 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr metadata", "who": "smithi145.ovnvbv", "id": "smithi145.ovnvbv"}]: dispatch 2024-02-13T03:31:14.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:14.366066+0000 mon.smithi145 (mon.0) 16 : cluster [INF] Manager daemon smithi145.ovnvbv is now available 2024-02-13T03:31:14.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.374651+0000 mon.smithi145 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:14.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.380533+0000 mon.smithi145 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ovnvbv/mirror_snapshot_schedule"}]: dispatch 2024-02-13T03:31:14.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.383337+0000 mon.smithi145 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ovnvbv/trash_purge_schedule"}]: dispatch 2024-02-13T03:31:14.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.388377+0000 mon.smithi145 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:14.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:14.391493+0000 mon.smithi145 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.145:0/2347205818' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:16.325 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:16.325 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsid": "ea9288ac-ca1f-11ee-95b9-87774f69a715", 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "health": { 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "checks": {}, 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mutes": [] 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum": [ 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 0 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "smithi145" 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "monmap": { 2024-02-13T03:31:16.326 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osdmap": { 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:16.327 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgmap": { 2024-02-13T03:31:16.330 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "fsmap": { 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-13T03:31:16.331 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": true, 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modules": [ 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "iostat", 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "nfs", 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "restful" 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ], 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "servicemap": { 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "modified": "2024-02-13T03:31:04.128948+0000", 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "services": {} 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: }, 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-13T03:31:16.332 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-13T03:31:16.610 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:15.354821+0000 mon.smithi145 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi145.ovnvbv(active, since 1.00643s) 2024-02-13T03:31:16.610 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:16.322636+0000 mon.smithi145 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.145:0/1523700575' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-13T03:31:16.682 INFO:teuthology.orchestra.run.smithi145.stderr:mgr is available 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [global] 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: fsid = ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:17.190 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [mgr] 2024-02-13T03:31:17.191 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-13T03:31:17.191 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 2024-02-13T03:31:17.191 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: [osd] 2024-02-13T03:31:17.191 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-13T03:31:17.191 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-13T03:31:17.476 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:17.188394+0000 mon.smithi145 (mon.0) 24 : audit [INF] from='client.? 172.21.15.145:0/2576158015' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-13T03:31:17.549 INFO:teuthology.orchestra.run.smithi145.stderr:Enabling cephadm module... 2024-02-13T03:31:18.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:17.353935+0000 mon.smithi145 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi145.ovnvbv(active, since 3s) 2024-02-13T03:31:18.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:18.100713+0000 mon.smithi145 (mon.0) 26 : audit [INF] from='client.? 172.21.15.145:0/1674743655' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-13T03:31:19.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-13T03:31:19.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-13T03:31:19.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": true, 2024-02-13T03:31:19.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "active_name": "smithi145.ovnvbv", 2024-02-13T03:31:19.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-13T03:31:19.550 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-13T03:31:19.851 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:18.600100+0000 mon.smithi145 (mon.0) 27 : audit [INF] from='client.? 172.21.15.145:0/1674743655' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-13T03:31:19.851 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:18.600150+0000 mon.smithi145 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi145.ovnvbv(active, since 4s) 2024-02-13T03:31:19.851 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:19.549396+0000 mon.smithi145 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.145:0/3113279346' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-13T03:31:19.899 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for the mgr to restart... 2024-02-13T03:31:19.899 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mgr epoch 5... 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:23.934470+0000 mon.smithi145 (mon.0) 30 : cluster [INF] Active manager daemon smithi145.ovnvbv restarted 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:23.934694+0000 mon.smithi145 (mon.0) 31 : cluster [INF] Activating manager daemon smithi145.ovnvbv 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:23.937539+0000 mon.smithi145 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:23.937655+0000 mon.smithi145 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi145.ovnvbv(active, starting, since 0.00303609s) 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:23.938727+0000 mon.smithi145 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:23.939334+0000 mon.smithi145 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr metadata", "who": "smithi145.ovnvbv", "id": "smithi145.ovnvbv"}]: dispatch 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:23.939988+0000 mon.smithi145 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:23.940120+0000 mon.smithi145 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:23.940252+0000 mon.smithi145 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:23.954102+0000 mon.smithi145 (mon.0) 39 : cluster [INF] Manager daemon smithi145.ovnvbv is now available 2024-02-13T03:31:24.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:23.966281+0000 mon.smithi145 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:24.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-13T03:31:24.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-13T03:31:24.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "initialized": true 2024-02-13T03:31:24.947 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-13T03:31:25.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:23.963685+0000 mgr.smithi145.ovnvbv (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-13T03:31:25.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:24.051096+0000 mon.smithi145 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:25.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:24.052100+0000 mon.smithi145 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:31:25.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:24.053376+0000 mon.smithi145 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:31:25.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:24.054793+0000 mon.smithi145 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:31:25.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:24.069064+0000 mon.smithi145 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ovnvbv/mirror_snapshot_schedule"}]: dispatch 2024-02-13T03:31:25.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:24.071268+0000 mon.smithi145 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ovnvbv/trash_purge_schedule"}]: dispatch 2024-02-13T03:31:25.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:24.940230+0000 mon.smithi145 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi145.ovnvbv(active, since 1.00561s) 2024-02-13T03:31:25.324 INFO:teuthology.orchestra.run.smithi145.stderr:mgr epoch 5 is available 2024-02-13T03:31:25.324 INFO:teuthology.orchestra.run.smithi145.stderr:Setting orchestrator backend to cephadm... 2024-02-13T03:31:26.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:24.939487+0000 mgr.smithi145.ovnvbv (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-13T03:31:26.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:24.946363+0000 mgr.smithi145.ovnvbv (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-13T03:31:26.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:25.875900+0000 mon.smithi145 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:26.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:25.928408+0000 mon.smithi145 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:31:27.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:25.871825+0000 mgr.smithi145.ovnvbv (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:27.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:26.877459+0000 mon.smithi145 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi145.ovnvbv(active, since 2s) 2024-02-13T03:31:27.872 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: value unchanged 2024-02-13T03:31:28.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:27.872128+0000 mgr.smithi145.ovnvbv (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:29.716 INFO:teuthology.orchestra.run.smithi145.stderr:Generating ssh key... 2024-02-13T03:31:31.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:31.374292+0000 mgr.smithi145.ovnvbv (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:31.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:31.374526+0000 mgr.smithi145.ovnvbv (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-13T03:31:32.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:31.701788+0000 mon.smithi145 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:32.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:31.703613+0000 mon.smithi145 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:35.256 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6qoDAVYrcHA4vhY+lWmCW5uoWvPvO+4n9EEgxeZmz8/HeGc85UwshP3Oxha13otHxVd6MAKZQuRjDmxUpug4uvhKdOFj28Fk46LxU6QWhoAxqKOQGUUOcaAVaFh4e0bgDyxF4Ew1IBysHvxkta+xtFdc8vVrNc4qXa90jQvLX6fCcgn3oEoBYCgwUPjvClheHWahm7VCT7kAPYQZsUGN5JltF3Go7+7W9mTZ6TW8s8rQoWLFCM+snkOL7UZ5lh9+sSFr4H+KxIb8dZziR7SeLz2yx70teZo8B3A8c6aeJ8jkvhkFGI1t0zVgomiaO8QfYKSNCpSVoCl5T00Fl5HxXpNRxWfYfG4e66dxAsV5gn3megWXuX6jRYZF6mOtCJCy+lBGZAWzECA+WiXcI9aZnrt+OWw0CLrQEZnQB6ZRIxkoEvoLJI/LVJHKKiRKjKvGuNc+9ojMMt3Pe+jZb03KgwZkg3Q3ogKGlBZyVdS8t8KuCser9KWpCrmpHODYLfpU= ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:35.630 INFO:teuthology.orchestra.run.smithi145.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-13T03:31:35.630 INFO:teuthology.orchestra.run.smithi145.stderr:Adding key to root@localhost authorized_keys... 2024-02-13T03:31:35.631 INFO:teuthology.orchestra.run.smithi145.stderr:Adding host smithi145... 2024-02-13T03:31:35.801 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:35.255598+0000 mgr.smithi145.ovnvbv (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:36.805 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Added host 'smithi145' with addr '172.21.15.145' 2024-02-13T03:31:36.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:36.173325+0000 mgr.smithi145.ovnvbv (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "addr": "172.21.15.145", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:37.111 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying mon service with default placement... 2024-02-13T03:31:37.674 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-13T03:31:37.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:36.803086+0000 mon.smithi145 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:37.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:36.803358+0000 mgr.smithi145.ovnvbv (mgr.14116) 10 : cephadm [INF] Added host smithi145 2024-02-13T03:31:37.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:36.826541+0000 mon.smithi145 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:31:37.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:37.674281+0000 mon.smithi145 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:38.104 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying mgr service with default placement... 2024-02-13T03:31:38.699 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-13T03:31:38.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:37.670847+0000 mgr.smithi145.ovnvbv (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:38.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:37.672006+0000 mgr.smithi145.ovnvbv (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-13T03:31:38.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:38.644195+0000 mon.smithi145 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:38.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:38.698822+0000 mon.smithi145 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:39.036 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying crash service with default placement... 2024-02-13T03:31:39.634 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-13T03:31:40.144 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying prometheus service with default placement... 2024-02-13T03:31:40.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:38.694876+0000 mgr.smithi145.ovnvbv (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:40.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:38.695798+0000 mgr.smithi145.ovnvbv (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-13T03:31:40.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:39.092116+0000 mon.smithi145 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:40.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:39.631251+0000 mgr.smithi145.ovnvbv (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:40.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:39.632183+0000 mgr.smithi145.ovnvbv (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-13T03:31:40.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:39.634372+0000 mon.smithi145 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:40.703 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-13T03:31:41.322 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:40.275072+0000 mon.smithi145 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:41.322 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:40.703228+0000 mon.smithi145 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:41.362 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying grafana service with default placement... 2024-02-13T03:31:41.870 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-13T03:31:42.219 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying node-exporter service with default placement... 2024-02-13T03:31:42.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:40.700019+0000 mgr.smithi145.ovnvbv (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:42.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:40.700851+0000 mgr.smithi145.ovnvbv (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-13T03:31:42.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:41.870477+0000 mon.smithi145 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:42.758 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-13T03:31:43.153 INFO:teuthology.orchestra.run.smithi145.stderr:Deploying alertmanager service with default placement... 2024-02-13T03:31:43.669 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-13T03:31:43.946 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:41.867362+0000 mgr.smithi145.ovnvbv (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:43.946 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:41.868175+0000 mgr.smithi145.ovnvbv (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-13T03:31:43.946 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:42.758202+0000 mon.smithi145 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:44.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:42.754388+0000 mgr.smithi145.ovnvbv (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:44.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:42.755271+0000 mgr.smithi145.ovnvbv (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-13T03:31:44.838 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:43.668413+0000 mon.smithi145 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.145:0/3876866429' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:44.839 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:44.534057+0000 mon.smithi145 (mon.0) 65 : audit [INF] from='client.? 172.21.15.145:0/4255080980' entity='client.admin' 2024-02-13T03:31:45.725 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:43.664789+0000 mgr.smithi145.ovnvbv (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:45.725 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:31:43.665590+0000 mgr.smithi145.ovnvbv (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-13T03:31:45.725 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:43.941472+0000 mgr.smithi145.ovnvbv (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:31:45.725 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:45.445079+0000 mon.smithi145 (mon.0) 66 : audit [INF] from='client.? 172.21.15.145:0/170369015' entity='client.admin' 2024-02-13T03:31:45.803 INFO:teuthology.orchestra.run.smithi145.stderr:Enabling the dashboard module... 2024-02-13T03:31:46.896 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:46.339055+0000 mon.smithi145 (mon.0) 67 : audit [INF] from='client.? 172.21.15.145:0/3689918158' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-13T03:31:47.568 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-13T03:31:47.568 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-13T03:31:47.568 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "available": true, 2024-02-13T03:31:47.569 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "active_name": "smithi145.ovnvbv", 2024-02-13T03:31:47.569 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-13T03:31:47.569 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-13T03:31:47.872 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:46.609673+0000 mon.smithi145 (mon.0) 68 : audit [INF] from='client.? 172.21.15.145:0/3689918158' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-13T03:31:47.872 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:46.609723+0000 mon.smithi145 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi145.ovnvbv(active, since 22s) 2024-02-13T03:31:47.872 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:47.568083+0000 mon.smithi145 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.145:0/2938454705' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-13T03:31:47.927 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for the mgr to restart... 2024-02-13T03:31:47.927 INFO:teuthology.orchestra.run.smithi145.stderr:Waiting for mgr epoch 9... 2024-02-13T03:31:52.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:51.992456+0000 mon.smithi145 (mon.0) 71 : cluster [INF] Active manager daemon smithi145.ovnvbv restarted 2024-02-13T03:31:52.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:51.992686+0000 mon.smithi145 (mon.0) 72 : cluster [INF] Activating manager daemon smithi145.ovnvbv 2024-02-13T03:31:52.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:51.995367+0000 mon.smithi145 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-13T03:31:52.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:51.995468+0000 mon.smithi145 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi145.ovnvbv(active, starting, since 0.00287176s) 2024-02-13T03:31:52.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:51.996284+0000 mon.smithi145 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-13T03:31:52.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:51.996793+0000 mon.smithi145 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr metadata", "who": "smithi145.ovnvbv", "id": "smithi145.ovnvbv"}]: dispatch 2024-02-13T03:31:52.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:51.997632+0000 mon.smithi145 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T03:31:52.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:51.997784+0000 mon.smithi145 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T03:31:52.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:51.997909+0000 mon.smithi145 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T03:31:52.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:52.012231+0000 mon.smithi145 (mon.0) 80 : cluster [INF] Manager daemon smithi145.ovnvbv is now available 2024-02-13T03:31:53.006 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: { 2024-02-13T03:31:53.006 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-13T03:31:53.006 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: "initialized": true 2024-02-13T03:31:53.006 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: } 2024-02-13T03:31:53.295 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:52.106501+0000 mon.smithi145 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:31:53.295 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:52.107905+0000 mon.smithi145 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:31:53.295 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:52.132270+0000 mon.smithi145 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ovnvbv/mirror_snapshot_schedule"}]: dispatch 2024-02-13T03:31:53.295 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:52.135099+0000 mon.smithi145 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ovnvbv/trash_purge_schedule"}]: dispatch 2024-02-13T03:31:53.295 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:52.957066+0000 mon.smithi145 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:53.296 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:53.000246+0000 mon.smithi145 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi145.ovnvbv(active, since 1.00765s) 2024-02-13T03:31:53.306 INFO:teuthology.orchestra.run.smithi145.stderr:mgr epoch 9 is available 2024-02-13T03:31:53.306 INFO:teuthology.orchestra.run.smithi145.stderr:Generating a dashboard self-signed certificate... 2024-02-13T03:31:54.075 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-13T03:31:54.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:52.999380+0000 mgr.smithi145.ovnvbv (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-13T03:31:54.262 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:53.005667+0000 mgr.smithi145.ovnvbv (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-13T03:31:54.434 INFO:teuthology.orchestra.run.smithi145.stderr:Creating initial admin user... 2024-02-13T03:31:55.162 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$MfDYX0/SFCqssbVjB1/dOunzsV9TYh.BDtcEYPmnGmbMLEswXWkPy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707795115, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-13T03:31:55.341 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:53.845019+0000 mgr.smithi145.ovnvbv (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:55.341 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:54.047324+0000 mon.smithi145 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi145.ovnvbv(active, since 2s) 2024-02-13T03:31:55.341 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:54.068702+0000 mon.smithi145 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:55.341 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:54.074400+0000 mon.smithi145 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:55.509 INFO:teuthology.orchestra.run.smithi145.stderr:Fetching dashboard port number... 2024-02-13T03:31:56.035 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: 8443 2024-02-13T03:31:56.392 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: disabled 2024-02-13T03:31:56.398 INFO:teuthology.orchestra.run.smithi145.stderr:systemctl: inactive 2024-02-13T03:31:56.399 INFO:teuthology.orchestra.run.smithi145.stderr:firewalld.service is not enabled 2024-02-13T03:31:56.399 INFO:teuthology.orchestra.run.smithi145.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-13T03:31:56.401 INFO:teuthology.orchestra.run.smithi145.stderr:Ceph Dashboard is now available at: 2024-02-13T03:31:56.401 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:56.401 INFO:teuthology.orchestra.run.smithi145.stderr: URL: https://smithi145:8443/ 2024-02-13T03:31:56.402 INFO:teuthology.orchestra.run.smithi145.stderr: User: admin 2024-02-13T03:31:56.402 INFO:teuthology.orchestra.run.smithi145.stderr: Password: qxb2gzqy78 2024-02-13T03:31:56.402 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:56.402 INFO:teuthology.orchestra.run.smithi145.stderr:Enabling autotune for osd_memory_target 2024-02-13T03:31:56.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:54.944373+0000 mgr.smithi145.ovnvbv (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:31:56.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:55.162233+0000 mon.smithi145 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:31:56.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:56.035714+0000 mon.smithi145 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.145:0/3352533788' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-13T03:31:57.903 INFO:teuthology.orchestra.run.smithi145.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-13T03:31:58.267 INFO:teuthology.orchestra.run.smithi145.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-13T03:31:58.267 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr:Or, if you are only running a single cluster on this host: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: ceph telemetry on 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr:For more information see: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:58.268 INFO:teuthology.orchestra.run.smithi145.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-13T03:31:58.269 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:31:58.269 INFO:teuthology.orchestra.run.smithi145.stderr:Bootstrap complete. 2024-02-13T03:31:58.304 INFO:tasks.cephadm:Fetching config... 2024-02-13T03:31:58.304 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:31:58.304 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-13T03:31:58.321 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-13T03:31:58.322 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:31:58.322 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-13T03:31:58.379 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-13T03:31:58.379 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:31:58.379 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/keyring of=/dev/stdout 2024-02-13T03:31:58.450 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-13T03:31:58.450 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:31:58.450 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-13T03:31:58.508 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-13T03:31:58.508 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6qoDAVYrcHA4vhY+lWmCW5uoWvPvO+4n9EEgxeZmz8/HeGc85UwshP3Oxha13otHxVd6MAKZQuRjDmxUpug4uvhKdOFj28Fk46LxU6QWhoAxqKOQGUUOcaAVaFh4e0bgDyxF4Ew1IBysHvxkta+xtFdc8vVrNc4qXa90jQvLX6fCcgn3oEoBYCgwUPjvClheHWahm7VCT7kAPYQZsUGN5JltF3Go7+7W9mTZ6TW8s8rQoWLFCM+snkOL7UZ5lh9+sSFr4H+KxIb8dZziR7SeLz2yx70teZo8B3A8c6aeJ8jkvhkFGI1t0zVgomiaO8QfYKSNCpSVoCl5T00Fl5HxXpNRxWfYfG4e66dxAsV5gn3megWXuX6jRYZF6mOtCJCy+lBGZAWzECA+WiXcI9aZnrt+OWw0CLrQEZnQB6ZRIxkoEvoLJI/LVJHKKiRKjKvGuNc+9ojMMt3Pe+jZb03KgwZkg3Q3ogKGlBZyVdS8t8KuCser9KWpCrmpHODYLfpU= ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-13T03:31:58.585 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6qoDAVYrcHA4vhY+lWmCW5uoWvPvO+4n9EEgxeZmz8/HeGc85UwshP3Oxha13otHxVd6MAKZQuRjDmxUpug4uvhKdOFj28Fk46LxU6QWhoAxqKOQGUUOcaAVaFh4e0bgDyxF4Ew1IBysHvxkta+xtFdc8vVrNc4qXa90jQvLX6fCcgn3oEoBYCgwUPjvClheHWahm7VCT7kAPYQZsUGN5JltF3Go7+7W9mTZ6TW8s8rQoWLFCM+snkOL7UZ5lh9+sSFr4H+KxIb8dZziR7SeLz2yx70teZo8B3A8c6aeJ8jkvhkFGI1t0zVgomiaO8QfYKSNCpSVoCl5T00Fl5HxXpNRxWfYfG4e66dxAsV5gn3megWXuX6jRYZF6mOtCJCy+lBGZAWzECA+WiXcI9aZnrt+OWw0CLrQEZnQB6ZRIxkoEvoLJI/LVJHKKiRKjKvGuNc+9ojMMt3Pe+jZb03KgwZkg3Q3ogKGlBZyVdS8t8KuCser9KWpCrmpHODYLfpU= ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:58.597 DEBUG:teuthology.orchestra.run.smithi193:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6qoDAVYrcHA4vhY+lWmCW5uoWvPvO+4n9EEgxeZmz8/HeGc85UwshP3Oxha13otHxVd6MAKZQuRjDmxUpug4uvhKdOFj28Fk46LxU6QWhoAxqKOQGUUOcaAVaFh4e0bgDyxF4Ew1IBysHvxkta+xtFdc8vVrNc4qXa90jQvLX6fCcgn3oEoBYCgwUPjvClheHWahm7VCT7kAPYQZsUGN5JltF3Go7+7W9mTZ6TW8s8rQoWLFCM+snkOL7UZ5lh9+sSFr4H+KxIb8dZziR7SeLz2yx70teZo8B3A8c6aeJ8jkvhkFGI1t0zVgomiaO8QfYKSNCpSVoCl5T00Fl5HxXpNRxWfYfG4e66dxAsV5gn3megWXuX6jRYZF6mOtCJCy+lBGZAWzECA+WiXcI9aZnrt+OWw0CLrQEZnQB6ZRIxkoEvoLJI/LVJHKKiRKjKvGuNc+9ojMMt3Pe+jZb03KgwZkg3Q3ogKGlBZyVdS8t8KuCser9KWpCrmpHODYLfpU= ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-13T03:31:58.642 INFO:teuthology.orchestra.run.smithi193.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6qoDAVYrcHA4vhY+lWmCW5uoWvPvO+4n9EEgxeZmz8/HeGc85UwshP3Oxha13otHxVd6MAKZQuRjDmxUpug4uvhKdOFj28Fk46LxU6QWhoAxqKOQGUUOcaAVaFh4e0bgDyxF4Ew1IBysHvxkta+xtFdc8vVrNc4qXa90jQvLX6fCcgn3oEoBYCgwUPjvClheHWahm7VCT7kAPYQZsUGN5JltF3Go7+7W9mTZ6TW8s8rQoWLFCM+snkOL7UZ5lh9+sSFr4H+KxIb8dZziR7SeLz2yx70teZo8B3A8c6aeJ8jkvhkFGI1t0zVgomiaO8QfYKSNCpSVoCl5T00Fl5HxXpNRxWfYfG4e66dxAsV5gn3megWXuX6jRYZF6mOtCJCy+lBGZAWzECA+WiXcI9aZnrt+OWw0CLrQEZnQB6ZRIxkoEvoLJI/LVJHKKiRKjKvGuNc+9ojMMt3Pe+jZb03KgwZkg3Q3ogKGlBZyVdS8t8KuCser9KWpCrmpHODYLfpU= ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:31:58.655 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-13T03:31:59.185 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:31:57.901050+0000 mon.smithi145 (mon.0) 92 : audit [INF] from='client.? 172.21.15.145:0/2200347507' entity='client.admin' 2024-02-13T03:32:00.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:31:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:31:58.902803+0000 mon.smithi145 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi145.ovnvbv(active, since 6s) 2024-02-13T03:32:01.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:00.331322+0000 mon.smithi145 (mon.0) 94 : audit [INF] from='client.? 172.21.15.145:0/2175306900' entity='client.admin' 2024-02-13T03:32:01.834 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-13T03:32:01.834 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-13T03:32:03.577 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:02.239750+0000 mon.smithi145 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:03.578 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:02.621049+0000 mon.smithi145 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:32:03.578 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:02.624227+0000 mon.smithi145 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:03.578 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:02.631981+0000 mgr.smithi145.ovnvbv (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi145 on smithi145 2024-02-13T03:32:03.578 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:03.213118+0000 mon.smithi145 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:03.579 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi193 2024-02-13T03:32:03.579 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:32:03.579 DEBUG:teuthology.orchestra.run.smithi193:> dd of=/etc/ceph/ceph.conf 2024-02-13T03:32:03.600 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:32:03.600 DEBUG:teuthology.orchestra.run.smithi193:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:32:03.661 INFO:tasks.cephadm:Adding host smithi193 to orchestrator... 2024-02-13T03:32:03.661 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch host add smithi193 2024-02-13T03:32:04.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:03.210715+0000 mgr.smithi145.ovnvbv (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:32:09.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:08.679944+0000 mon.smithi145 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:09.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:08.681549+0000 mon.smithi145 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:32:09.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:08.683845+0000 mon.smithi145 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-13T03:32:09.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:08.684384+0000 mon.smithi145 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:32:09.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:08.684885+0000 mgr.smithi145.ovnvbv (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi145 on smithi145 2024-02-13T03:32:11.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:10.247112+0000 mon.smithi145 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:11.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:10.382620+0000 mon.smithi145 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:11.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:10.385147+0000 mon.smithi145 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:11.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:10.387121+0000 mon.smithi145 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T03:32:11.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:10.387452+0000 mgr.smithi145.ovnvbv (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-13T03:32:11.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:10.390480+0000 mon.smithi145 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:11.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:10.397743+0000 mgr.smithi145.ovnvbv (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi145 on smithi145 2024-02-13T03:32:13.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:11.998990+0000 mgr.smithi145.ovnvbv (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:13.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:12.131746+0000 mon.smithi145 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:15.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:13.999239+0000 mgr.smithi145.ovnvbv (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:17.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:15.999477+0000 mgr.smithi145.ovnvbv (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:19.952 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:17.999745+0000 mgr.smithi145.ovnvbv (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:21.862 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:20.000074+0000 mgr.smithi145.ovnvbv (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:21.722969+0000 mon.smithi145 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:21.725332+0000 mgr.smithi145.ovnvbv (mgr.14156) 15 : cephadm [INF] Deploying daemon node-exporter.smithi145 on smithi145 2024-02-13T03:32:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:22.000516+0000 mgr.smithi145.ovnvbv (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:22.136522+0000 mon.smithi145 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:25.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:24.000716+0000 mgr.smithi145.ovnvbv (mgr.14156) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:25.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:24.125846+0000 mon.smithi145 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:25.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:24.128240+0000 mon.smithi145 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-13T03:32:26.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:25.127991+0000 mon.smithi145 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.145:0/3692430622' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-13T03:32:26.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:25.128077+0000 mon.smithi145 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi145.ovnvbv(active, since 33s) 2024-02-13T03:32:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:30.409705+0000 mon.smithi145 (mon.0) 115 : cluster [INF] Active manager daemon smithi145.ovnvbv restarted 2024-02-13T03:32:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:30.409936+0000 mon.smithi145 (mon.0) 116 : cluster [INF] Activating manager daemon smithi145.ovnvbv 2024-02-13T03:32:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:30.412593+0000 mon.smithi145 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-13T03:32:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:30.412695+0000 mon.smithi145 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi145.ovnvbv(active, starting, since 0.00285595s) 2024-02-13T03:32:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.413769+0000 mon.smithi145 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-13T03:32:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.414286+0000 mon.smithi145 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr metadata", "who": "smithi145.ovnvbv", "id": "smithi145.ovnvbv"}]: dispatch 2024-02-13T03:32:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.414935+0000 mon.smithi145 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-13T03:32:30.650 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.415107+0000 mon.smithi145 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-13T03:32:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.415253+0000 mon.smithi145 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-13T03:32:30.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:30.428986+0000 mon.smithi145 (mon.0) 124 : cluster [INF] Manager daemon smithi145.ovnvbv is now available 2024-02-13T03:32:31.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.523126+0000 mon.smithi145 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:32:31.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.524711+0000 mon.smithi145 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:32:31.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.544169+0000 mon.smithi145 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:31.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.557546+0000 mon.smithi145 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ovnvbv/mirror_snapshot_schedule"}]: dispatch 2024-02-13T03:32:31.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:30.562753+0000 mon.smithi145 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi145.ovnvbv/trash_purge_schedule"}]: dispatch 2024-02-13T03:32:31.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:31.414520+0000 mon.smithi145 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi145.ovnvbv(active, since 1.00467s) 2024-02-13T03:32:32.846 INFO:teuthology.orchestra.run.smithi193.stdout:Added host 'smithi193' with addr '172.21.15.193' 2024-02-13T03:32:33.192 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-13T03:32:33.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:32.468095+0000 mon.smithi145 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi145.ovnvbv(active, since 2s) 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:32.596747+0000 mon.smithi145 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:32.845162+0000 mon.smithi145 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:32.845491+0000 mgr.smithi145.ovnvbv (mgr.14180) 2 : cephadm [INF] Added host smithi193 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:32.897215+0000 mon.smithi145 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:32.898094+0000 mon.smithi145 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:32.898725+0000 mon.smithi145 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:32.899778+0000 mgr.smithi145.ovnvbv (mgr.14180) 3 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:32.918154+0000 mgr.smithi145.ovnvbv (mgr.14180) 4 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:32.946722+0000 mon.smithi145 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:32.948970+0000 mon.smithi145 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:33.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:32.960081+0000 mgr.smithi145.ovnvbv (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi145 on smithi145 2024-02-13T03:32:34.542 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:32:34.542 INFO:teuthology.orchestra.run.smithi193.stdout:[{"addr": "172.21.15.145", "hostname": "smithi145", "labels": [], "status": ""}, {"addr": "172.21.15.193", "hostname": "smithi193", "labels": [], "status": ""}] 2024-02-13T03:32:34.924 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-13T03:32:34.924 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-13T03:32:35.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:34.542032+0000 mgr.smithi145.ovnvbv (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:32:39.833 INFO:teuthology.orchestra.run.smithi145.stderr:adjusted tunables profile to default 2024-02-13T03:32:40.037 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:39.775769+0000 mon.smithi145 (mon.0) 139 : audit [INF] from='client.? 172.21.15.145:0/1740042495' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-13T03:32:40.302 INFO:tasks.cephadm:Adding mon.smithi145 on smithi145 2024-02-13T03:32:40.302 INFO:tasks.cephadm:Adding mon.smithi193 on smithi193 2024-02-13T03:32:40.302 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi145:172.21.15.145=smithi145;smithi193:172.21.15.193=smithi193' 2024-02-13T03:32:40.858 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:39.831016+0000 mon.smithi145 (mon.0) 140 : audit [INF] from='client.? 172.21.15.145:0/1740042495' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-13T03:32:40.858 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:39.831073+0000 mon.smithi145 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T03:32:41.752 INFO:teuthology.orchestra.run.smithi193.stdout:Scheduled mon update... 2024-02-13T03:32:42.130 DEBUG:teuthology.orchestra.run.smithi193:mon.smithi193> sudo journalctl -f -n 0 -u ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi193.service 2024-02-13T03:32:42.132 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T03:32:42.132 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T03:32:42.162 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:-- Logs begin at Tue 2024-02-13 03:17:25 UTC. -- 2024-02-13T03:32:42.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:41.302655+0000 mon.smithi145 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:42.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:41.303698+0000 mon.smithi145 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:32:42.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:41.745759+0000 mgr.smithi145.ovnvbv (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi145:172.21.15.145=smithi145;smithi193:172.21.15.193=smithi193", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:32:42.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:41.747755+0000 mgr.smithi145.ovnvbv (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi145:172.21.15.145=smithi145;smithi193:172.21.15.193=smithi193;count:2 2024-02-13T03:32:42.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:41.752438+0000 mon.smithi145 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:42.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:41.757292+0000 mon.smithi145 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:42.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:42.203593+0000 mon.smithi145 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:43.615 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:32:43.616 INFO:teuthology.orchestra.run.smithi193.stdout:{"epoch":1,"fsid":"ea9288ac-ca1f-11ee-95b9-87774f69a715","modified":"2024-02-13T03:31:02.270989Z","created":"2024-02-13T03:31:02.270989Z","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":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T03:32:43.618 INFO:teuthology.orchestra.run.smithi193.stderr:dumped monmap epoch 1 2024-02-13T03:32:43.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:43.615823+0000 mon.smithi145 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.193:0/811168254' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T03:32:43.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:43.629473+0000 mon.smithi145 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:45.194 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T03:32:45.194 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:45.549294+0000 mon.smithi145 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:45.628484+0000 mon.smithi145 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:46.023069+0000 mon.smithi145 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:46.023935+0000 mon.smithi145 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi193", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:46.025110+0000 mon.smithi145 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:46.026054+0000 mon.smithi145 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:46.027314+0000 mgr.smithi145.ovnvbv (mgr.14180) 9 : cephadm [INF] Updating smithi193:/etc/ceph/ceph.conf 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:46.048366+0000 mgr.smithi145.ovnvbv (mgr.14180) 10 : cephadm [INF] Updating smithi193:/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:46.123624+0000 mon.smithi145 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:46.127339+0000 mon.smithi145 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:46.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:46.129112+0000 mon.smithi145 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi193", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:32:46.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:46.131803+0000 mon.smithi145 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi193", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-13T03:32:46.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:46.132613+0000 mon.smithi145 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:32:46.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:46.133218+0000 mgr.smithi145.ovnvbv (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi193 on smithi193 2024-02-13T03:32:47.648 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:32:47.648 INFO:teuthology.orchestra.run.smithi193.stdout:{"epoch":1,"fsid":"ea9288ac-ca1f-11ee-95b9-87774f69a715","modified":"2024-02-13T03:31:02.270989Z","created":"2024-02-13T03:31:02.270989Z","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":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T03:32:47.650 INFO:teuthology.orchestra.run.smithi193.stderr:dumped monmap epoch 1 2024-02-13T03:32:48.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:47.648478+0000 mon.smithi145 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.193:0/3217548708' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T03:32:49.698 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T03:32:49.698 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T03:32:51.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:49.753900+0000 mon.smithi145 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:51.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:49.756201+0000 mon.smithi145 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi193.hvkkdk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:32:51.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:49.758249+0000 mon.smithi145 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi193.hvkkdk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-13T03:32:51.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:49.759123+0000 mon.smithi145 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:32:51.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:49.760063+0000 mon.smithi145 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:32:51.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:49.760749+0000 mgr.smithi145.ovnvbv (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi193.hvkkdk on smithi193 2024-02-13T03:32:51.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:50.554249+0000 mon.smithi145 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:51.742 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:32:51.742 INFO:teuthology.orchestra.run.smithi193.stdout:{"epoch":1,"fsid":"ea9288ac-ca1f-11ee-95b9-87774f69a715","modified":"2024-02-13T03:31:02.270989Z","created":"2024-02-13T03:31:02.270989Z","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":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-13T03:32:51.743 INFO:teuthology.orchestra.run.smithi193.stderr:dumped monmap epoch 1 2024-02-13T03:32:52.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:50.416350+0000 mgr.smithi145.ovnvbv (mgr.14180) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:52.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:51.741249+0000 mon.smithi145 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.193:0/2679070405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T03:32:53.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:51.924712+0000 mon.smithi145 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:32:53.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:51.926794+0000 mon.smithi145 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:32:53.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:51.927681+0000 mon.smithi145 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:32:53.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:32:51.928316+0000 mgr.smithi145.ovnvbv (mgr.14180) 14 : cephadm [INF] Deploying daemon mon.smithi193 on smithi193 2024-02-13T03:32:53.258 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-13T03:32:53.258 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-13T03:32:54.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:32:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:52.416772+0000 mgr.smithi145.ovnvbv (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:55.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 systemd[1]: Started Ceph mon.smithi193 for ea9288ac-ca1f-11ee-95b9-87774f69a715. 2024-02-13T03:32:55.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.319+0000 7f5882ae0880 0 load: jerasure load: lrc load: isa 2024-02-13T03:32:55.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: RocksDB version: 6.8.1 2024-02-13T03:32:55.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-13T03:32:55.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Compile date Feb 8 2024 2024-02-13T03:32:55.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: DB SUMMARY 2024-02-13T03:32:55.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: CURRENT file: CURRENT 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi193/store.db dir, Total Num: 0, files: 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi193/store.db: 000003.log size: 511 ; 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.error_if_exists: 0 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.create_if_missing: 0 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.paranoid_checks: 1 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.env: 0x56062d36d080 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.fs: Posix File System 2024-02-13T03:32:55.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.info_log: 0x56062e025d20 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.statistics: (nil) 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.use_fsync: 0 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_log_file_size: 0 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.allow_fallocate: 1 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.use_direct_reads: 0 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-13T03:32:55.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.db_log_dir: 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi193/store.db 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_subcompactions: 1 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_background_flushes: -1 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.write_buffer_manager: 0x56062ed22420 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-13T03:32:55.652 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.unordered_write: 0 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.row_cache: None 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.wal_filter: None 2024-02-13T03:32:55.653 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.preserve_deletes: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.two_write_queues: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.atomic_flush: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.log_readahead_size: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_background_jobs: 2 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_background_compactions: -1 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-13T03:32:55.654 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_open_files: -1 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Compression algorithms supported: 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: kZSTD supported: 0 2024-02-13T03:32:55.655 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: kXpressCompression supported: 0 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: kLZ4Compression supported: 1 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: kBZip2Compression supported: 0 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: kZlibCompression supported: 1 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: kSnappyCompression supported: 1 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi193/store.db/MANIFEST-000001 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.merge_operator: 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_filter: None 2024-02-13T03:32:55.656 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56062dfd5d28) 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cache_index_and_filter_blocks: 1 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: pin_top_level_index_and_filter: 1 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: index_type: 0 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: data_block_index_type: 0 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: index_shortening: 1 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: data_block_hash_table_util_ratio: 0.750000 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: hash_index_allow_collision: 1 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: checksum: 1 2024-02-13T03:32:55.657 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: no_block_cache: 0 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: block_cache: 0x56062e00af10 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: block_cache_name: BinnedLRUCache 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: block_cache_options: 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: capacity : 536870912 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: num_shard_bits : 4 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: strict_capacity_limit : 0 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: high_pri_pool_ratio: 0.000 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: block_cache_compressed: (nil) 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: persistent_cache: (nil) 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: block_size: 4096 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: block_size_deviation: 10 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: block_restart_interval: 16 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: index_block_restart_interval: 1 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: metadata_block_size: 4096 2024-02-13T03:32:55.658 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: partition_filters: 0 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: use_delta_encoding: 1 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: whole_key_filtering: 1 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: verify_compression: 0 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: read_amp_bytes_per_bit: 0 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: format_version: 2 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: enable_index_compression: 1 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: block_align: 0 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compression: NoCompression 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-13T03:32:55.659 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.num_levels: 7 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-13T03:32:55.660 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-13T03:32:55.661 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-13T03:32:55.662 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.table_properties_collectors: 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.inplace_update_support: 0 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.bloom_locality: 0 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.max_successive_merges: 0 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-13T03:32:55.663 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.ttl: 2592000 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.320+0000 7f5882ae0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.323+0000 7f5882ae0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi193/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.323+0000 7f5882ae0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.323+0000 7f5882ae0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795175323646, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.323+0000 7f5882ae0880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.323+0000 7f5882ae0880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.323+0000 7f5882ae0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795175324246, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1707795175, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-13T03:32:55.664 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.323+0000 7f5882ae0880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.324+0000 7f5882ae0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707795175324646, "job": 1, "event": "recovery_finished"} 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.324+0000 7f5882ae0880 4 rocksdb: DB pointer 0x56062e0d3800 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.325+0000 7f58698d1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.325+0000 7f58698d1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ** DB Stats ** 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ** Compaction Stats [default] ** 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:32:55.665 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ** Compaction Stats [default] ** 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:32:55.666 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Cumulative compaction: 0.00 GB write, 0.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Interval compaction: 0.00 GB write, 0.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ** Compaction Stats [default] ** 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ** Compaction Stats [default] ** 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-13T03:32:55.667 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: AddFile(Total Files): cumulative 0, interval 0 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: AddFile(Keys): cumulative 0, interval 0 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Cumulative compaction: 0.00 GB write, 0.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: ** File Read Latency Histogram By Level [default] ** 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.325+0000 7f5882ae0880 0 mon.smithi193 does not exist in monmap, will attempt to join an existing cluster 2024-02-13T03:32:55.668 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.325+0000 7f5882ae0880 0 using public_addr v2:172.21.15.193:0/0 -> [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.326+0000 7f5882ae0880 0 starting mon.smithi193 rank -1 at public addrs [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] at bind addrs [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi193 fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.327+0000 7f5882ae0880 1 mon.smithi193@-1(???) e0 preinit fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.355+0000 7f586c0d6700 0 mon.smithi193@-1(synchronizing).mds e1 new map 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.355+0000 7f586c0d6700 0 mon.smithi193@-1(synchronizing).mds e1 print_map 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: e1 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: legacy client fscid: -1 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: No filesystems configured 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.355+0000 7f586c0d6700 1 mon.smithi193@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 1 mon.smithi193@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 1 mon.smithi193@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 1 mon.smithi193@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-13T03:32:55.669 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 1 mon.smithi193@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-13T03:32:55.670 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 1 mon.smithi193@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-13T03:32:55.670 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 1 mon.smithi193@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-13T03:32:55.670 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 0 mon.smithi193@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-13T03:32:55.670 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 0 mon.smithi193@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T03:32:55.670 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 0 mon.smithi193@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T03:32:55.670 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 0 mon.smithi193@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-13T03:32:55.670 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:32:52.416772+0000 mgr.smithi145.ovnvbv (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:32:55.670 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:32:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:32:55.356+0000 7f586c0d6700 1 mon.smithi193@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-13T03:33:00.416 INFO:teuthology.orchestra.run.smithi193.stdout: 2024-02-13T03:33:00.417 INFO:teuthology.orchestra.run.smithi193.stdout:{"epoch":2,"fsid":"ea9288ac-ca1f-11ee-95b9-87774f69a715","modified":"2024-02-13T03:32:55.363593Z","created":"2024-02-13T03:31:02.270989Z","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":"smithi145","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi193","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:3300","nonce":0},{"type":"v1","addr":"172.21.15.193:6789","nonce":0}]},"addr":"172.21.15.193:6789/0","public_addr":"172.21.15.193:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-13T03:33:00.420 INFO:teuthology.orchestra.run.smithi193.stderr:dumped monmap epoch 2 2024-02-13T03:33:00.816 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:32:55.366310+0000 mon.smithi145 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-13T03:33:00.816 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:32:55.366532+0000 mon.smithi145 (mon.0) 173 : cluster [INF] mon.smithi145 calling monitor election 2024-02-13T03:33:00.816 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:32:55.379497+0000 mon.smithi145 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.816 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:32:55.546991+0000 mon.smithi145 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.193:0/3890460835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T03:33:00.816 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:32:56.362079+0000 mon.smithi145 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.816 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:32:56.417370+0000 mgr.smithi145.ovnvbv (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:00.816 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:32:57.348616+0000 mon.smithi145 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.193:0/2790091031' entity='mgr.smithi193.hvkkdk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi193.hvkkdk/crt"}]: dispatch 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:32:57.362026+0000 mon.smithi145 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:32:57.364817+0000 mon.smithi193 (mon.1) 1 : cluster [INF] mon.smithi193 calling monitor election 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:32:58.362075+0000 mon.smithi145 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:32:58.417776+0000 mgr.smithi145.ovnvbv (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:32:59.362460+0000 mon.smithi145 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:00.362577+0000 mon.smithi145 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:00.394651+0000 mon.smithi145 (mon.0) 182 : cluster [INF] mon.smithi145 is new leader, mons smithi145,smithi193 in quorum (ranks 0,1) 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:00.403160+0000 mon.smithi145 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],smithi193=[v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0]} removed_ranks: {} 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:00.415188+0000 mon.smithi145 (mon.0) 184 : cluster [DBG] fsmap 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:00.415222+0000 mon.smithi145 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:00.415435+0000 mon.smithi145 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi145.ovnvbv(active, since 30s) 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:00.416666+0000 mon.smithi145 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi193.hvkkdk started 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:00.417827+0000 mon.smithi145 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.193:0/2790091031' entity='mgr.smithi193.hvkkdk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T03:33:00.817 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:00.419489+0000 mon.smithi145 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2024-02-13T03:33:00.818 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:00.420050+0000 mon.smithi145 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.193:0/2790091031' entity='mgr.smithi193.hvkkdk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi193.hvkkdk/key"}]: dispatch 2024-02-13T03:33:00.818 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:00.420459+0000 mon.smithi145 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.193:0/2790091031' entity='mgr.smithi193.hvkkdk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T03:33:00.818 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:00.423436+0000 mon.smithi145 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:00.818 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:00.428992+0000 mon.smithi145 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:55.366310+0000 mon.smithi145 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi145"}]: dispatch 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:55.366532+0000 mon.smithi145 (mon.0) 173 : cluster [INF] mon.smithi145 calling monitor election 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:55.379497+0000 mon.smithi145 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:55.546991+0000 mon.smithi145 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.193:0/3890460835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:56.362079+0000 mon.smithi145 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:56.417370+0000 mgr.smithi145.ovnvbv (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:57.348616+0000 mon.smithi145 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.193:0/2790091031' entity='mgr.smithi193.hvkkdk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi193.hvkkdk/crt"}]: dispatch 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:57.362026+0000 mon.smithi145 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:57.364817+0000 mon.smithi193 (mon.1) 1 : cluster [INF] mon.smithi193 calling monitor election 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:58.362075+0000 mon.smithi145 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:32:58.417776+0000 mgr.smithi145.ovnvbv (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:32:59.362460+0000 mon.smithi145 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:00.362577+0000 mon.smithi145 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:00.394651+0000 mon.smithi145 (mon.0) 182 : cluster [INF] mon.smithi145 is new leader, mons smithi145,smithi193 in quorum (ranks 0,1) 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:00.403160+0000 mon.smithi145 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi145=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],smithi193=[v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0]} removed_ranks: {} 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:00.415188+0000 mon.smithi145 (mon.0) 184 : cluster [DBG] fsmap 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:00.415222+0000 mon.smithi145 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:00.415435+0000 mon.smithi145 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi145.ovnvbv(active, since 30s) 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:00.416666+0000 mon.smithi145 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi193.hvkkdk started 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:00.417827+0000 mon.smithi145 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.193:0/2790091031' entity='mgr.smithi193.hvkkdk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:00.419489+0000 mon.smithi145 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:00.420050+0000 mon.smithi145 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.193:0/2790091031' entity='mgr.smithi193.hvkkdk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi193.hvkkdk/key"}]: dispatch 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:00.420459+0000 mon.smithi145 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.193:0/2790091031' entity='mgr.smithi193.hvkkdk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:00.423436+0000 mon.smithi145 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:00.428992+0000 mon.smithi145 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:01.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:00.418069+0000 mgr.smithi145.ovnvbv (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:01.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:00.425363+0000 mgr.smithi145.ovnvbv (mgr.14180) 20 : cephadm [INF] Deploying daemon node-exporter.smithi193 on smithi193 2024-02-13T03:33:01.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:00.477941+0000 mon.smithi145 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi145.ovnvbv(active, since 30s), standbys: smithi193.hvkkdk 2024-02-13T03:33:01.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:00.478098+0000 mon.smithi145 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr metadata", "who": "smithi193.hvkkdk", "id": "smithi193.hvkkdk"}]: dispatch 2024-02-13T03:33:01.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:01.362386+0000 mon.smithi145 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:01.941 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:00.418069+0000 mgr.smithi145.ovnvbv (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:01.941 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:00.425363+0000 mgr.smithi145.ovnvbv (mgr.14180) 20 : cephadm [INF] Deploying daemon node-exporter.smithi193 on smithi193 2024-02-13T03:33:01.942 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:00.477941+0000 mon.smithi145 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi145.ovnvbv(active, since 30s), standbys: smithi193.hvkkdk 2024-02-13T03:33:01.942 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:00.478098+0000 mon.smithi145 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr metadata", "who": "smithi193.hvkkdk", "id": "smithi193.hvkkdk"}]: dispatch 2024-02-13T03:33:01.942 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:01.362386+0000 mon.smithi145 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mon metadata", "id": "smithi193"}]: dispatch 2024-02-13T03:33:02.681 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-13T03:33:02.682 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-13T03:33:03.899 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:02.418341+0000 mgr.smithi145.ovnvbv (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:03.943 INFO:teuthology.orchestra.run.smithi145.stdout:# minimal ceph.conf for ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:33:03.943 INFO:teuthology.orchestra.run.smithi145.stdout:[global] 2024-02-13T03:33:03.944 INFO:teuthology.orchestra.run.smithi145.stdout: fsid = ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:33:03.944 INFO:teuthology.orchestra.run.smithi145.stdout: mon_host = [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] [v2:172.21.15.193:3300/0,v1:172.21.15.193:6789/0] 2024-02-13T03:33:03.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:02.418341+0000 mgr.smithi145.ovnvbv (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:04.334 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-13T03:33:04.334 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:33:04.334 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.conf 2024-02-13T03:33:04.363 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:33:04.364 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:33:04.432 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:33:04.432 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/ceph/ceph.conf 2024-02-13T03:33:04.528 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:33:04.528 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-13T03:33:04.576 INFO:tasks.cephadm:Deploying OSDs... 2024-02-13T03:33:04.577 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:33:04.577 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:33:04.594 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T03:33:04.594 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme1n1 2024-02-13T03:33:04.652 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme1n1 2024-02-13T03:33:04.653 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:33:04.653 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 190374 Links: 1 Device type: 103,1 2024-02-13T03:33:04.653 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:33:04.653 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T03:33:04.653 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-13 03:32:00.619323818 +0000 2024-02-13T03:33:04.653 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-13 03:28:09.991093337 +0000 2024-02-13T03:33:04.653 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-13 03:28:09.991093337 +0000 2024-02-13T03:33:04.653 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-13T03:33:04.653 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-13T03:33:04.718 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-13T03:33:04.719 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-13T03:33:04.719 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000259636 s, 2.0 MB/s 2024-02-13T03:33:04.720 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-13T03:33:04.777 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme2n1 2024-02-13T03:33:04.834 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme2n1 2024-02-13T03:33:04.834 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:33:04.834 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 199559 Links: 1 Device type: 103,2 2024-02-13T03:33:04.834 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:33:04.834 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T03:33:04.834 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-13 03:32:00.630323590 +0000 2024-02-13T03:33:04.835 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-13 03:28:10.143090198 +0000 2024-02-13T03:33:04.835 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-13 03:28:10.143090198 +0000 2024-02-13T03:33:04.835 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-13T03:33:04.835 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-13T03:33:04.896 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:03.943680+0000 mon.smithi145 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.145:0/4138919197' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:04.898 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:03.943680+0000 mon.smithi145 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.145:0/4138919197' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:04.900 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-13T03:33:04.900 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-13T03:33:04.900 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000261043 s, 2.0 MB/s 2024-02-13T03:33:04.901 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-13T03:33:04.959 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme3n1 2024-02-13T03:33:05.016 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme3n1 2024-02-13T03:33:05.017 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:33:05.017 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 199674 Links: 1 Device type: 103,3 2024-02-13T03:33:05.017 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:33:05.017 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T03:33:05.017 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-13 03:32:00.640323383 +0000 2024-02-13T03:33:05.017 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-13 03:28:10.293087100 +0000 2024-02-13T03:33:05.017 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-13 03:28:10.293087100 +0000 2024-02-13T03:33:05.017 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-13T03:33:05.017 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-13T03:33:05.081 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-13T03:33:05.081 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-13T03:33:05.082 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000195061 s, 2.6 MB/s 2024-02-13T03:33:05.083 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-13T03:33:05.140 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/nvme4n1 2024-02-13T03:33:05.198 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/nvme4n1 2024-02-13T03:33:05.198 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:33:05.198 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 6h/6d Inode: 204836 Links: 1 Device type: 103,4 2024-02-13T03:33:05.198 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:33:05.198 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T03:33:05.198 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-02-13 03:32:00.650323176 +0000 2024-02-13T03:33:05.198 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-02-13 03:28:10.441084045 +0000 2024-02-13T03:33:05.198 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-02-13 03:28:10.441084045 +0000 2024-02-13T03:33:05.198 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-02-13T03:33:05.198 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-13T03:33:05.263 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-02-13T03:33:05.263 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-02-13T03:33:05.263 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000242185 s, 2.1 MB/s 2024-02-13T03:33:05.264 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-13T03:33:05.322 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:33:05.323 DEBUG:teuthology.orchestra.run.smithi193:> dd if=/scratch_devs of=/dev/stdout 2024-02-13T03:33:05.339 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-13T03:33:05.340 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/nvme1n1 2024-02-13T03:33:05.397 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/nvme1n1 2024-02-13T03:33:05.397 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:33:05.397 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 6h/6d Inode: 203818 Links: 1 Device type: 103,1 2024-02-13T03:33:05.397 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:33:05.397 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T03:33:05.397 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-02-13 03:32:44.727458291 +0000 2024-02-13T03:33:05.397 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-02-13 03:28:11.629642180 +0000 2024-02-13T03:33:05.397 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-02-13 03:28:11.629642180 +0000 2024-02-13T03:33:05.397 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: - 2024-02-13T03:33:05.398 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-13T03:33:05.466 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-02-13T03:33:05.466 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-02-13T03:33:05.466 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000205755 s, 2.5 MB/s 2024-02-13T03:33:05.467 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-13T03:33:05.525 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/nvme2n1 2024-02-13T03:33:05.582 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/nvme2n1 2024-02-13T03:33:05.582 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:33:05.582 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 6h/6d Inode: 201041 Links: 1 Device type: 103,2 2024-02-13T03:33:05.583 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:33:05.583 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T03:33:05.583 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-02-13 03:32:44.738458120 +0000 2024-02-13T03:33:05.583 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-02-13 03:28:11.781639869 +0000 2024-02-13T03:33:05.583 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-02-13 03:28:11.781639869 +0000 2024-02-13T03:33:05.583 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: - 2024-02-13T03:33:05.583 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-13T03:33:05.647 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-02-13T03:33:05.647 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-02-13T03:33:05.648 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000225875 s, 2.3 MB/s 2024-02-13T03:33:05.649 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-13T03:33:05.708 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/nvme3n1 2024-02-13T03:33:05.765 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/nvme3n1 2024-02-13T03:33:05.766 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:33:05.766 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 6h/6d Inode: 201044 Links: 1 Device type: 103,3 2024-02-13T03:33:05.766 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:33:05.766 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T03:33:05.766 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-02-13 03:32:44.748457966 +0000 2024-02-13T03:33:05.766 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-02-13 03:28:11.930637604 +0000 2024-02-13T03:33:05.766 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-02-13 03:28:11.930637604 +0000 2024-02-13T03:33:05.766 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: - 2024-02-13T03:33:05.766 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-13T03:33:05.829 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:04.418561+0000 mgr.smithi145.ovnvbv (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:05.831 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-02-13T03:33:05.831 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-02-13T03:33:05.831 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000213771 s, 2.4 MB/s 2024-02-13T03:33:05.832 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-13T03:33:05.890 DEBUG:teuthology.orchestra.run.smithi193:> stat /dev/nvme4n1 2024-02-13T03:33:05.947 INFO:teuthology.orchestra.run.smithi193.stdout: File: /dev/nvme4n1 2024-02-13T03:33:05.947 INFO:teuthology.orchestra.run.smithi193.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-13T03:33:05.948 INFO:teuthology.orchestra.run.smithi193.stdout:Device: 6h/6d Inode: 203951 Links: 1 Device type: 103,4 2024-02-13T03:33:05.948 INFO:teuthology.orchestra.run.smithi193.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-13T03:33:05.948 INFO:teuthology.orchestra.run.smithi193.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-13T03:33:05.948 INFO:teuthology.orchestra.run.smithi193.stdout:Access: 2024-02-13 03:32:44.759457796 +0000 2024-02-13T03:33:05.948 INFO:teuthology.orchestra.run.smithi193.stdout:Modify: 2024-02-13 03:28:12.080635324 +0000 2024-02-13T03:33:05.948 INFO:teuthology.orchestra.run.smithi193.stdout:Change: 2024-02-13 03:28:12.080635324 +0000 2024-02-13T03:33:05.948 INFO:teuthology.orchestra.run.smithi193.stdout: Birth: - 2024-02-13T03:33:05.948 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-13T03:33:05.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:04.418561+0000 mgr.smithi145.ovnvbv (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:06.012 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records in 2024-02-13T03:33:06.012 INFO:teuthology.orchestra.run.smithi193.stderr:1+0 records out 2024-02-13T03:33:06.012 INFO:teuthology.orchestra.run.smithi193.stderr:512 bytes copied, 0.000240805 s, 2.1 MB/s 2024-02-13T03:33:06.013 DEBUG:teuthology.orchestra.run.smithi193:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-13T03:33:06.071 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-13T03:33:07.896 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:06.418922+0000 mgr.smithi145.ovnvbv (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:07.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:06.418922+0000 mgr.smithi145.ovnvbv (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:09.744 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:08.419244+0000 mgr.smithi145.ovnvbv (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:09.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:08.419244+0000 mgr.smithi145.ovnvbv (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:10.304 INFO:teuthology.orchestra.run.smithi193.stdout:Scheduled osd.all-available-devices update... 2024-02-13T03:33:10.778 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-13T03:33:10.778 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:11.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:09.836500+0000 mon.smithi145 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:09.838231+0000 mon.smithi145 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:33:11.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:10.303534+0000 mon.smithi145 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:10.434914+0000 mon.smithi145 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:09.836500+0000 mon.smithi145 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:09.838231+0000 mon.smithi145 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:33:11.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:10.303534+0000 mon.smithi145 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:10.434914+0000 mon.smithi145 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.969 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:10.297126+0000 mgr.smithi145.ovnvbv (mgr.14180) 25 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:33:11.969 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:10.298816+0000 mgr.smithi145.ovnvbv (mgr.14180) 26 : cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2024-02-13T03:33:11.969 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:10.298888+0000 mgr.smithi145.ovnvbv (mgr.14180) 27 : cephadm [INF] Marking host: smithi193 for OSDSpec preview refresh. 2024-02-13T03:33:11.969 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:10.299214+0000 mgr.smithi145.ovnvbv (mgr.14180) 28 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-13T03:33:11.969 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:10.419599+0000 mgr.smithi145.ovnvbv (mgr.14180) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:11.969 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.262131+0000 mon.smithi145 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.969 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.266098+0000 mon.smithi145 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.266745+0000 mon.smithi145 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.267312+0000 mon.smithi145 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.294665+0000 mon.smithi145 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.297397+0000 mon.smithi145 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.300505+0000 mon.smithi145 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.305335+0000 mon.smithi145 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.308284+0000 mon.smithi145 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.309512+0000 mon.smithi145 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.309700+0000 mon.smithi145 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:11.970 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:11.310184+0000 mon.smithi145 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:12.126 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:10.297126+0000 mgr.smithi145.ovnvbv (mgr.14180) 25 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:33:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:10.298816+0000 mgr.smithi145.ovnvbv (mgr.14180) 26 : cephadm [INF] Marking host: smithi145 for OSDSpec preview refresh. 2024-02-13T03:33:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:10.298888+0000 mgr.smithi145.ovnvbv (mgr.14180) 27 : cephadm [INF] Marking host: smithi193 for OSDSpec preview refresh. 2024-02-13T03:33:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:10.299214+0000 mgr.smithi145.ovnvbv (mgr.14180) 28 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-13T03:33:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:10.419599+0000 mgr.smithi145.ovnvbv (mgr.14180) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.262131+0000 mon.smithi145 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.266098+0000 mon.smithi145 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.266745+0000 mon.smithi145 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:12.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.267312+0000 mon.smithi145 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:33:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.294665+0000 mon.smithi145 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.297397+0000 mon.smithi145 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.300505+0000 mon.smithi145 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.305335+0000 mon.smithi145 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:33:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.308284+0000 mon.smithi145 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:33:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.309512+0000 mon.smithi145 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:33:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.309700+0000 mon.smithi145 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:12.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:11.310184+0000 mon.smithi145 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:12.684 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-13T03:33:13.050 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:11.268087+0000 mgr.smithi145.ovnvbv (mgr.14180) 30 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2024-02-13T03:33:13.050 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:11.268298+0000 mgr.smithi145.ovnvbv (mgr.14180) 31 : cephadm [INF] Updating smithi193:/etc/ceph/ceph.conf 2024-02-13T03:33:13.050 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:12.126266+0000 mon.smithi145 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.145:0/3755661015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:13.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:11.268087+0000 mgr.smithi145.ovnvbv (mgr.14180) 30 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2024-02-13T03:33:13.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:11.268298+0000 mgr.smithi145.ovnvbv (mgr.14180) 31 : cephadm [INF] Updating smithi193:/etc/ceph/ceph.conf 2024-02-13T03:33:13.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:12.126266+0000 mon.smithi145 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.145:0/3755661015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:13.685 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:14.042 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:12.419857+0000 mgr.smithi145.ovnvbv (mgr.14180) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:14.043 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:13.377264+0000 mon.smithi193 (mon.1) 2 : audit [INF] from='client.? 172.21.15.193:0/2830331664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4141058-4123-4640-84f2-bf235bcf5741"}]: dispatch 2024-02-13T03:33:14.043 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:13.377773+0000 mon.smithi145 (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4141058-4123-4640-84f2-bf235bcf5741"}]: dispatch 2024-02-13T03:33:14.043 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:13.381191+0000 mon.smithi145 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4141058-4123-4640-84f2-bf235bcf5741"}]': finished 2024-02-13T03:33:14.043 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:13.381235+0000 mon.smithi145 (mon.0) 217 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-13T03:33:14.043 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:13.381342+0000 mon.smithi145 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:14.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:12.419857+0000 mgr.smithi145.ovnvbv (mgr.14180) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:14.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:13.377264+0000 mon.smithi193 (mon.1) 2 : audit [INF] from='client.? 172.21.15.193:0/2830331664' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4141058-4123-4640-84f2-bf235bcf5741"}]: dispatch 2024-02-13T03:33:14.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:13.377773+0000 mon.smithi145 (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4141058-4123-4640-84f2-bf235bcf5741"}]: dispatch 2024-02-13T03:33:14.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:13.381191+0000 mon.smithi145 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4141058-4123-4640-84f2-bf235bcf5741"}]': finished 2024-02-13T03:33:14.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:13.381235+0000 mon.smithi145 (mon.0) 217 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-13T03:33:14.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:13.381342+0000 mon.smithi145 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:14.095614+0000 mon.smithi145 (mon.0) 219 : audit [INF] from='client.? 172.21.15.145:0/412530245' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e36b6ff-0759-472c-9f5f-729ebd0d969b"}]: dispatch 2024-02-13T03:33:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:14.099766+0000 mon.smithi145 (mon.0) 220 : audit [INF] from='client.? 172.21.15.145:0/412530245' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e36b6ff-0759-472c-9f5f-729ebd0d969b"}]': finished 2024-02-13T03:33:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:14.099810+0000 mon.smithi145 (mon.0) 221 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-13T03:33:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:14.099935+0000 mon.smithi145 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:14.100174+0000 mon.smithi145 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:14.903 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:14.662155+0000 mon.smithi193 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.193:0/395923080' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:15.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:14.095614+0000 mon.smithi145 (mon.0) 219 : audit [INF] from='client.? 172.21.15.145:0/412530245' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e36b6ff-0759-472c-9f5f-729ebd0d969b"}]: dispatch 2024-02-13T03:33:15.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:14.099766+0000 mon.smithi145 (mon.0) 220 : audit [INF] from='client.? 172.21.15.145:0/412530245' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e36b6ff-0759-472c-9f5f-729ebd0d969b"}]': finished 2024-02-13T03:33:15.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:14.099810+0000 mon.smithi145 (mon.0) 221 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-13T03:33:15.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:14.099935+0000 mon.smithi145 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:15.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:14.100174+0000 mon.smithi145 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:15.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:14.662155+0000 mon.smithi193 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.193:0/395923080' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:15.225 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:15.548 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1707795194,"num_remapped_pgs":0} 2024-02-13T03:33:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:14.420168+0000 mgr.smithi145.ovnvbv (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:15.225327+0000 mon.smithi145 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.145:0/1254800878' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:15.598658+0000 mon.smithi145 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.145:0/1044407065' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:16.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:14.420168+0000 mgr.smithi145.ovnvbv (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:16.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:15.225327+0000 mon.smithi145 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.145:0/1254800878' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:16.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:15.598658+0000 mon.smithi145 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.145:0/1044407065' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:16.549 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:17.919 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:18.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:16.420455+0000 mgr.smithi145.ovnvbv (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:18.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:17.173423+0000 mon.smithi193 (mon.1) 4 : audit [INF] from='client.? 172.21.15.193:0/3006867829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "886f94a1-2e27-49ad-bbb9-ef8acc783a58"}]: dispatch 2024-02-13T03:33:18.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:17.174022+0000 mon.smithi145 (mon.0) 226 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "886f94a1-2e27-49ad-bbb9-ef8acc783a58"}]: dispatch 2024-02-13T03:33:18.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:17.177662+0000 mon.smithi145 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "886f94a1-2e27-49ad-bbb9-ef8acc783a58"}]': finished 2024-02-13T03:33:18.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:17.177732+0000 mon.smithi145 (mon.0) 228 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-13T03:33:18.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:17.177840+0000 mon.smithi145 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:18.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:17.178036+0000 mon.smithi145 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:18.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:17.178163+0000 mon.smithi145 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:18.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:17.918810+0000 mon.smithi145 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.145:0/1682079327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:18.297 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1707795197,"num_remapped_pgs":0} 2024-02-13T03:33:18.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:16.420455+0000 mgr.smithi145.ovnvbv (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:18.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:17.173423+0000 mon.smithi193 (mon.1) 4 : audit [INF] from='client.? 172.21.15.193:0/3006867829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "886f94a1-2e27-49ad-bbb9-ef8acc783a58"}]: dispatch 2024-02-13T03:33:18.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:17.174022+0000 mon.smithi145 (mon.0) 226 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "886f94a1-2e27-49ad-bbb9-ef8acc783a58"}]: dispatch 2024-02-13T03:33:18.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:17.177662+0000 mon.smithi145 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "886f94a1-2e27-49ad-bbb9-ef8acc783a58"}]': finished 2024-02-13T03:33:18.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:17.177732+0000 mon.smithi145 (mon.0) 228 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-13T03:33:18.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:17.177840+0000 mon.smithi145 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:18.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:17.178036+0000 mon.smithi145 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:18.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:17.178163+0000 mon.smithi145 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:18.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:17.918810+0000 mon.smithi145 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.145:0/1682079327' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:19.298 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:18.130814+0000 mon.smithi145 (mon.0) 233 : audit [INF] from='client.? 172.21.15.145:0/2592961778' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce9c6a68-8b73-4468-af7a-91340ea30258"}]: dispatch 2024-02-13T03:33:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:18.134127+0000 mon.smithi145 (mon.0) 234 : audit [INF] from='client.? 172.21.15.145:0/2592961778' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce9c6a68-8b73-4468-af7a-91340ea30258"}]': finished 2024-02-13T03:33:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:18.134163+0000 mon.smithi145 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-13T03:33:19.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:18.134244+0000 mon.smithi145 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:19.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:18.134522+0000 mon.smithi145 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:19.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:18.134678+0000 mon.smithi145 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:19.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:18.134825+0000 mon.smithi145 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:19.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:18.444248+0000 mon.smithi193 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.193:0/485060268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:19.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:18.130814+0000 mon.smithi145 (mon.0) 233 : audit [INF] from='client.? 172.21.15.145:0/2592961778' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ce9c6a68-8b73-4468-af7a-91340ea30258"}]: dispatch 2024-02-13T03:33:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:18.134127+0000 mon.smithi145 (mon.0) 234 : audit [INF] from='client.? 172.21.15.145:0/2592961778' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ce9c6a68-8b73-4468-af7a-91340ea30258"}]': finished 2024-02-13T03:33:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:18.134163+0000 mon.smithi145 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-13T03:33:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:18.134244+0000 mon.smithi145 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:18.134522+0000 mon.smithi145 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:18.134678+0000 mon.smithi145 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:18.134825+0000 mon.smithi145 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:18.444248+0000 mon.smithi193 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.193:0/485060268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:20.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:18.420713+0000 mgr.smithi145.ovnvbv (mgr.14180) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:20.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:19.434164+0000 mon.smithi145 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.145:0/2562172059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:20.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:18.420713+0000 mgr.smithi145.ovnvbv (mgr.14180) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:20.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:19.434164+0000 mon.smithi145 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.145:0/2562172059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:20.605 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:20.982 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1707795198,"num_remapped_pgs":0} 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:20.605947+0000 mon.smithi145 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.145:0/1464168937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:20.963801+0000 mon.smithi193 (mon.1) 6 : audit [INF] from='client.? 172.21.15.193:0/1065026635' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "752b61c4-4504-4e38-aa76-481d0f243d96"}]: dispatch 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:20.964232+0000 mon.smithi145 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "752b61c4-4504-4e38-aa76-481d0f243d96"}]: dispatch 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:20.970537+0000 mon.smithi145 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "752b61c4-4504-4e38-aa76-481d0f243d96"}]': finished 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:20.970593+0000 mon.smithi145 (mon.0) 244 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:20.970687+0000 mon.smithi145 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:20.970923+0000 mon.smithi145 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:20.971063+0000 mon.smithi145 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:20.971189+0000 mon.smithi145 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:21.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:20.971308+0000 mon.smithi145 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:21.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:20.605947+0000 mon.smithi145 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.145:0/1464168937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:21.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:20.963801+0000 mon.smithi193 (mon.1) 6 : audit [INF] from='client.? 172.21.15.193:0/1065026635' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "752b61c4-4504-4e38-aa76-481d0f243d96"}]: dispatch 2024-02-13T03:33:21.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:20.964232+0000 mon.smithi145 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "752b61c4-4504-4e38-aa76-481d0f243d96"}]: dispatch 2024-02-13T03:33:21.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:20.970537+0000 mon.smithi145 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "752b61c4-4504-4e38-aa76-481d0f243d96"}]': finished 2024-02-13T03:33:21.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:20.970593+0000 mon.smithi145 (mon.0) 244 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-13T03:33:21.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:20.970687+0000 mon.smithi145 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:21.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:20.970923+0000 mon.smithi145 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:21.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:20.971063+0000 mon.smithi145 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:21.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:20.971189+0000 mon.smithi145 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:21.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:20.971308+0000 mon.smithi145 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:21.983 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:22.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:20.420911+0000 mgr.smithi145.ovnvbv (mgr.14180) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:21.972776+0000 mon.smithi145 (mon.0) 250 : audit [INF] from='client.? 172.21.15.145:0/2276246743' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5ad733a-711f-4ab3-838c-64b10d4938d8"}]: dispatch 2024-02-13T03:33:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:21.976254+0000 mon.smithi145 (mon.0) 251 : audit [INF] from='client.? 172.21.15.145:0/2276246743' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5ad733a-711f-4ab3-838c-64b10d4938d8"}]': finished 2024-02-13T03:33:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:21.976297+0000 mon.smithi145 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-13T03:33:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:21.976374+0000 mon.smithi145 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:21.976638+0000 mon.smithi145 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:21.976767+0000 mon.smithi145 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:21.976902+0000 mon.smithi145 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:21.977032+0000 mon.smithi145 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:21.977156+0000 mon.smithi145 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:20.420911+0000 mgr.smithi145.ovnvbv (mgr.14180) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:21.972776+0000 mon.smithi145 (mon.0) 250 : audit [INF] from='client.? 172.21.15.145:0/2276246743' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5ad733a-711f-4ab3-838c-64b10d4938d8"}]: dispatch 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:21.976254+0000 mon.smithi145 (mon.0) 251 : audit [INF] from='client.? 172.21.15.145:0/2276246743' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5ad733a-711f-4ab3-838c-64b10d4938d8"}]': finished 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:21.976297+0000 mon.smithi145 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:21.976374+0000 mon.smithi145 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:21.976638+0000 mon.smithi145 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:21.976767+0000 mon.smithi145 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:21.976902+0000 mon.smithi145 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:21.977032+0000 mon.smithi145 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:21.977156+0000 mon.smithi145 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:23.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:22.169490+0000 mon.smithi193 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.193:0/2281575064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:23.642 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:23.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:22.169490+0000 mon.smithi193 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.193:0/2281575064' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:23.969 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1707795201,"num_remapped_pgs":0} 2024-02-13T03:33:24.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:22.421183+0000 mgr.smithi145.ovnvbv (mgr.14180) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:24.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:23.521445+0000 mon.smithi145 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.145:0/3079634036' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:24.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:23.642722+0000 mon.smithi145 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.145:0/2565480214' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:24.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:22.421183+0000 mgr.smithi145.ovnvbv (mgr.14180) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:24.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:23.521445+0000 mon.smithi145 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.145:0/3079634036' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:24.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:23.642722+0000 mon.smithi145 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.145:0/2565480214' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:24.970 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:25.323 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.700899+0000 mon.smithi193 (mon.1) 8 : audit [INF] from='client.? 172.21.15.193:0/746536054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25318ef8-61ae-4cb6-b620-1494d5928f19"}]: dispatch 2024-02-13T03:33:25.323 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.701537+0000 mon.smithi145 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25318ef8-61ae-4cb6-b620-1494d5928f19"}]: dispatch 2024-02-13T03:33:25.323 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.705109+0000 mon.smithi145 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "25318ef8-61ae-4cb6-b620-1494d5928f19"}]': finished 2024-02-13T03:33:25.323 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:24.705163+0000 mon.smithi145 (mon.0) 263 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-13T03:33:25.324 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.705281+0000 mon.smithi145 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:25.324 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.705532+0000 mon.smithi145 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:25.324 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.705673+0000 mon.smithi145 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:25.324 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.705791+0000 mon.smithi145 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:25.324 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.705923+0000 mon.smithi145 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:25.324 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.706040+0000 mon.smithi145 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:25.324 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:24.706158+0000 mon.smithi145 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.700899+0000 mon.smithi193 (mon.1) 8 : audit [INF] from='client.? 172.21.15.193:0/746536054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25318ef8-61ae-4cb6-b620-1494d5928f19"}]: dispatch 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.701537+0000 mon.smithi145 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "25318ef8-61ae-4cb6-b620-1494d5928f19"}]: dispatch 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.705109+0000 mon.smithi145 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "25318ef8-61ae-4cb6-b620-1494d5928f19"}]': finished 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:24.705163+0000 mon.smithi145 (mon.0) 263 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.705281+0000 mon.smithi145 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.705532+0000 mon.smithi145 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.705673+0000 mon.smithi145 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.705791+0000 mon.smithi145 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.705923+0000 mon.smithi145 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.706040+0000 mon.smithi145 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:25.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:24.706158+0000 mon.smithi145 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:26.199 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:24.421494+0000 mgr.smithi145.ovnvbv (mgr.14180) 38 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.067346+0000 mon.smithi145 (mon.0) 271 : audit [INF] from='client.? 172.21.15.145:0/1442254900' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb30abdd-820e-4bb6-91d5-0cba4b6b380c"}]: dispatch 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.071569+0000 mon.smithi145 (mon.0) 272 : audit [INF] from='client.? 172.21.15.145:0/1442254900' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bb30abdd-820e-4bb6-91d5-0cba4b6b380c"}]': finished 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:26.071618+0000 mon.smithi145 (mon.0) 273 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.071738+0000 mon.smithi145 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.072123+0000 mon.smithi145 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.072342+0000 mon.smithi145 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.072575+0000 mon.smithi145 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.072812+0000 mon.smithi145 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.073041+0000 mon.smithi145 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.073270+0000 mon.smithi145 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.073497+0000 mon.smithi145 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:26.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.085533+0000 mon.smithi193 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.193:0/2349303393' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:26.304 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:26.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:24.421494+0000 mgr.smithi145.ovnvbv (mgr.14180) 38 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.067346+0000 mon.smithi145 (mon.0) 271 : audit [INF] from='client.? 172.21.15.145:0/1442254900' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bb30abdd-820e-4bb6-91d5-0cba4b6b380c"}]: dispatch 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.071569+0000 mon.smithi145 (mon.0) 272 : audit [INF] from='client.? 172.21.15.145:0/1442254900' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bb30abdd-820e-4bb6-91d5-0cba4b6b380c"}]': finished 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:26.071618+0000 mon.smithi145 (mon.0) 273 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.071738+0000 mon.smithi145 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.072123+0000 mon.smithi145 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.072342+0000 mon.smithi145 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.072575+0000 mon.smithi145 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.072812+0000 mon.smithi145 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.073041+0000 mon.smithi145 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.073270+0000 mon.smithi145 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.073497+0000 mon.smithi145 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:26.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.085533+0000 mon.smithi193 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.193:0/2349303393' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:26.747 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":0} 2024-02-13T03:33:27.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:26.303133+0000 mon.smithi145 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.145:0/2708275979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:27.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:26.303133+0000 mon.smithi145 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.145:0/2708275979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:27.748 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:28.366 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:26.421756+0000 mgr.smithi145.ovnvbv (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:28.366 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:27.431139+0000 mon.smithi145 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.145:0/1613016169' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:28.524 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:26.421756+0000 mgr.smithi145.ovnvbv (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:28.525 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:27.431139+0000 mon.smithi145 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.145:0/1613016169' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-13T03:33:28.970 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:29.277 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:28.970554+0000 mon.smithi145 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.145:0/2205480877' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:29.297 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":0} 2024-02-13T03:33:29.383 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:28.970554+0000 mon.smithi145 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.145:0/2205480877' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:30.298 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:30.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:28.421995+0000 mgr.smithi145.ovnvbv (mgr.14180) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:30.441 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:28.421995+0000 mgr.smithi145.ovnvbv (mgr.14180) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:30.497689+0000 mon.smithi145 (mon.0) 285 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T03:33:31.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:30.498296+0000 mon.smithi145 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:31.599 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:30.497689+0000 mon.smithi145 (mon.0) 285 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-13T03:33:31.599 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:30.498296+0000 mon.smithi145 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:32.012 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:32.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:30.422235+0000 mgr.smithi145.ovnvbv (mgr.14180) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:32.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:30.498989+0000 mgr.smithi145.ovnvbv (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.0 on smithi193 2024-02-13T03:33:32.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:32.012253+0000 mon.smithi145 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.145:0/4072327311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:32.429 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:30.422235+0000 mgr.smithi145.ovnvbv (mgr.14180) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:32.429 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:30.498989+0000 mgr.smithi145.ovnvbv (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.0 on smithi193 2024-02-13T03:33:32.429 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:32.012253+0000 mon.smithi145 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.145:0/4072327311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:32.512 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":0} 2024-02-13T03:33:33.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:32.439815+0000 mon.smithi145 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T03:33:33.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:32.440397+0000 mon.smithi145 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:33.482 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:32.439815+0000 mon.smithi145 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-13T03:33:33.482 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:32.440397+0000 mon.smithi145 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:33.514 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:34.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:32.422512+0000 mgr.smithi145.ovnvbv (mgr.14180) 43 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:34.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:32.440883+0000 mgr.smithi145.ovnvbv (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.1 on smithi145 2024-02-13T03:33:34.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:34.034050+0000 mon.smithi145 (mon.0) 290 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:34.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:34.034659+0000 mon.smithi145 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T03:33:34.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:34.035195+0000 mon.smithi145 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:34.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:32.422512+0000 mgr.smithi145.ovnvbv (mgr.14180) 43 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:34.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:32.440883+0000 mgr.smithi145.ovnvbv (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.1 on smithi145 2024-02-13T03:33:34.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:34.034050+0000 mon.smithi145 (mon.0) 290 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:34.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:34.034659+0000 mon.smithi145 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-13T03:33:34.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:34.035195+0000 mon.smithi145 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:35.062 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:35.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:34.035646+0000 mgr.smithi145.ovnvbv (mgr.14180) 45 : cephadm [INF] Deploying daemon osd.2 on smithi193 2024-02-13T03:33:35.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:34.422801+0000 mgr.smithi145.ovnvbv (mgr.14180) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:35.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:35.062077+0000 mon.smithi145 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.145:0/3694502285' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:35.498 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":0} 2024-02-13T03:33:35.503 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:34.035646+0000 mgr.smithi145.ovnvbv (mgr.14180) 45 : cephadm [INF] Deploying daemon osd.2 on smithi193 2024-02-13T03:33:35.503 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:34.422801+0000 mgr.smithi145.ovnvbv (mgr.14180) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:35.503 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:35.062077+0000 mon.smithi145 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.145:0/3694502285' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:36.498 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:37.442 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:36.308725+0000 mon.smithi145 (mon.0) 294 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:37.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:36.309385+0000 mon.smithi145 (mon.0) 295 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T03:33:37.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:36.309947+0000 mon.smithi145 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:37.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:36.310411+0000 mgr.smithi145.ovnvbv (mgr.14180) 47 : cephadm [INF] Deploying daemon osd.3 on smithi145 2024-02-13T03:33:37.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:36.423026+0000 mgr.smithi145.ovnvbv (mgr.14180) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:37.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.244963+0000 mon.smithi193 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.193:6800/1661226131,v1:172.21.15.193:6801/1661226131]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T03:33:37.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.245327+0000 mon.smithi145 (mon.0) 297 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T03:33:37.509 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:36.308725+0000 mon.smithi145 (mon.0) 294 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:37.523 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:36.309385+0000 mon.smithi145 (mon.0) 295 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-13T03:33:37.523 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:36.309947+0000 mon.smithi145 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:37.523 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:36.310411+0000 mgr.smithi145.ovnvbv (mgr.14180) 47 : cephadm [INF] Deploying daemon osd.3 on smithi145 2024-02-13T03:33:37.523 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:36.423026+0000 mgr.smithi145.ovnvbv (mgr.14180) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:37.523 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.244963+0000 mon.smithi193 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.193:6800/1661226131,v1:172.21.15.193:6801/1661226131]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T03:33:37.523 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.245327+0000 mon.smithi145 (mon.0) 297 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-13T03:33:38.317 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.313949+0000 mon.smithi145 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:37.313998+0000 mon.smithi145 (mon.0) 299 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.314236+0000 mon.smithi145 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.314648+0000 mon.smithi193 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.193:6800/1661226131,v1:172.21.15.193:6801/1661226131]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.314648+0000 mon.smithi145 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.314841+0000 mon.smithi145 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.315119+0000 mon.smithi145 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.315387+0000 mon.smithi145 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.315648+0000 mon.smithi145 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.315778+0000 mon.smithi145 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.315908+0000 mon.smithi145 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:38.342 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.316028+0000 mon.smithi145 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:38.343 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.555661+0000 mon.smithi145 (mon.0) 309 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:38.343 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.556266+0000 mon.smithi145 (mon.0) 310 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T03:33:38.343 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:37.556794+0000 mon.smithi145 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:38.343 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:37.557252+0000 mgr.smithi145.ovnvbv (mgr.14180) 49 : cephadm [INF] Deploying daemon osd.4 on smithi193 2024-02-13T03:33:38.600 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.313949+0000 mon.smithi145 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-13T03:33:38.600 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:37.313998+0000 mon.smithi145 (mon.0) 299 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.314236+0000 mon.smithi145 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.314648+0000 mon.smithi193 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.193:6800/1661226131,v1:172.21.15.193:6801/1661226131]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.314648+0000 mon.smithi145 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.314841+0000 mon.smithi145 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.315119+0000 mon.smithi145 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.315387+0000 mon.smithi145 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.315648+0000 mon.smithi145 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.315778+0000 mon.smithi145 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.315908+0000 mon.smithi145 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.316028+0000 mon.smithi145 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.555661+0000 mon.smithi145 (mon.0) 309 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.556266+0000 mon.smithi145 (mon.0) 310 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:37.556794+0000 mon.smithi145 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:38.601 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:37.557252+0000 mgr.smithi145.ovnvbv (mgr.14180) 49 : cephadm [INF] Deploying daemon osd.4 on smithi193 2024-02-13T03:33:38.775 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":0} 2024-02-13T03:33:39.588 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.316824+0000 mon.smithi145 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-02-13T03:33:39.588 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:38.316877+0000 mon.smithi145 (mon.0) 313 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-13T03:33:39.588 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.317324+0000 mon.smithi145 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:39.588 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.317537+0000 mon.smithi145 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:39.588 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.317667+0000 mon.smithi145 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.145:0/2222198324' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:39.588 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.317796+0000 mon.smithi145 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:39.588 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.317943+0000 mon.smithi145 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:39.589 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.318082+0000 mon.smithi145 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:39.589 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.318235+0000 mon.smithi145 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:39.589 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.318363+0000 mon.smithi145 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:39.589 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.318539+0000 mon.smithi145 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:39.589 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:38.324439+0000 mon.smithi145 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:39.589 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:38.423285+0000 mgr.smithi145.ovnvbv (mgr.14180) 50 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:39.605 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.316824+0000 mon.smithi145 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-02-13T03:33:39.605 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:38.316877+0000 mon.smithi145 (mon.0) 313 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.317324+0000 mon.smithi145 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.317537+0000 mon.smithi145 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.317667+0000 mon.smithi145 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.145:0/2222198324' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.317796+0000 mon.smithi145 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.317943+0000 mon.smithi145 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.318082+0000 mon.smithi145 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.318235+0000 mon.smithi145 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.318363+0000 mon.smithi145 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.318539+0000 mon.smithi145 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:38.324439+0000 mon.smithi145 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:39.606 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:38.423285+0000 mgr.smithi145.ovnvbv (mgr.14180) 50 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-13T03:33:39.776 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:40.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:38.238187+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:40.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:38.238237+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:40.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.320483+0000 mon.smithi145 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:40.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:39.325485+0000 mon.smithi145 (mon.0) 325 : cluster [INF] osd.0 [v2:172.21.15.193:6800/1661226131,v1:172.21.15.193:6801/1661226131] boot 2024-02-13T03:33:40.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:39.325535+0000 mon.smithi145 (mon.0) 326 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-13T03:33:40.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.326354+0000 mon.smithi145 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:40.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.326633+0000 mon.smithi145 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:40.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.326813+0000 mon.smithi145 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:40.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.326959+0000 mon.smithi145 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:40.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.327097+0000 mon.smithi145 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:40.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.327235+0000 mon.smithi145 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:40.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.327369+0000 mon.smithi145 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:40.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.327503+0000 mon.smithi145 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:40.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:39.522487+0000 mon.smithi145 (mon.0) 335 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T03:33:40.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.216014+0000 mon.smithi145 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:40.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.216675+0000 mon.smithi145 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T03:33:40.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.217228+0000 mon.smithi145 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:40.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:38.238187+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:40.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:38.238237+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:40.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.320483+0000 mon.smithi145 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:39.325485+0000 mon.smithi145 (mon.0) 325 : cluster [INF] osd.0 [v2:172.21.15.193:6800/1661226131,v1:172.21.15.193:6801/1661226131] boot 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:39.325535+0000 mon.smithi145 (mon.0) 326 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.326354+0000 mon.smithi145 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.326633+0000 mon.smithi145 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.326813+0000 mon.smithi145 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.326959+0000 mon.smithi145 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.327097+0000 mon.smithi145 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.327235+0000 mon.smithi145 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.327369+0000 mon.smithi145 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.327503+0000 mon.smithi145 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:39.522487+0000 mon.smithi145 (mon.0) 335 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.216014+0000 mon.smithi145 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:40.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.216675+0000 mon.smithi145 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-13T03:33:40.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.217228+0000 mon.smithi145 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:41.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:40.217690+0000 mgr.smithi145.ovnvbv (mgr.14180) 51 : cephadm [INF] Deploying daemon osd.5 on smithi145 2024-02-13T03:33:41.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.332152+0000 mon.smithi145 (mon.0) 339 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T03:33:41.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:40.332202+0000 mon.smithi145 (mon.0) 340 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-13T03:33:41.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.332534+0000 mon.smithi145 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:41.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.332811+0000 mon.smithi145 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:41.339 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.332971+0000 mon.smithi145 (mon.0) 343 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.336562+0000 mon.smithi145 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.336789+0000 mon.smithi145 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.336983+0000 mon.smithi145 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.337185+0000 mon.smithi145 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.337380+0000 mon.smithi145 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:40.423529+0000 mgr.smithi145.ovnvbv (mgr.14180) 52 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.735103+0000 mon.smithi193 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.193:6808/2117177021,v1:172.21.15.193:6809/2117177021]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:40.735475+0000 mon.smithi145 (mon.0) 349 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.117146+0000 mon.smithi145 (mon.0) 350 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.118076+0000 mon.smithi145 (mon.0) 351 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T03:33:41.340 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.118694+0000 mon.smithi145 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:41.450 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:40.217690+0000 mgr.smithi145.ovnvbv (mgr.14180) 51 : cephadm [INF] Deploying daemon osd.5 on smithi145 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.332152+0000 mon.smithi145 (mon.0) 339 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:40.332202+0000 mon.smithi145 (mon.0) 340 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.332534+0000 mon.smithi145 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.332811+0000 mon.smithi145 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.332971+0000 mon.smithi145 (mon.0) 343 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.336562+0000 mon.smithi145 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.336789+0000 mon.smithi145 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.336983+0000 mon.smithi145 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:41.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.337185+0000 mon.smithi145 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:41.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.337380+0000 mon.smithi145 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:41.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:40.423529+0000 mgr.smithi145.ovnvbv (mgr.14180) 52 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T03:33:41.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.735103+0000 mon.smithi193 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.193:6808/2117177021,v1:172.21.15.193:6809/2117177021]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T03:33:41.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:40.735475+0000 mon.smithi145 (mon.0) 349 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-13T03:33:41.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.117146+0000 mon.smithi145 (mon.0) 350 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:41.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.118076+0000 mon.smithi145 (mon.0) 351 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-13T03:33:41.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.118694+0000 mon.smithi145 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:41.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:41.119177+0000 mgr.smithi145.ovnvbv (mgr.14180) 53 : cephadm [INF] Deploying daemon osd.6 on smithi193 2024-02-13T03:33:41.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:41.119177+0000 mgr.smithi145.ovnvbv (mgr.14180) 53 : cephadm [INF] Deploying daemon osd.6 on smithi193 2024-02-13T03:33:42.094 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1707795219,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":0} 2024-02-13T03:33:42.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.335411+0000 mon.smithi145 (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-13T03:33:42.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.335466+0000 mon.smithi145 (mon.0) 354 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T03:33:42.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:41.335524+0000 mon.smithi145 (mon.0) 355 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-13T03:33:42.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.335881+0000 mon.smithi145 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:42.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.336116+0000 mon.smithi145 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:42.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.336497+0000 mon.smithi193 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.193:6808/2117177021,v1:172.21.15.193:6809/2117177021]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:42.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.336586+0000 mon.smithi145 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:42.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.340979+0000 mon.smithi145 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:42.597 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.341285+0000 mon.smithi145 (mon.0) 360 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:42.598 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.341559+0000 mon.smithi145 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:42.598 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.341769+0000 mon.smithi145 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:42.598 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.341962+0000 mon.smithi145 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:42.598 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.342177+0000 mon.smithi145 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:42.598 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:41.450700+0000 mon.smithi145 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.145:0/716878358' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.335411+0000 mon.smithi145 (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.335466+0000 mon.smithi145 (mon.0) 354 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:41.335524+0000 mon.smithi145 (mon.0) 355 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.335881+0000 mon.smithi145 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.336116+0000 mon.smithi145 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.336497+0000 mon.smithi193 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.193:6808/2117177021,v1:172.21.15.193:6809/2117177021]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.336586+0000 mon.smithi145 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.340979+0000 mon.smithi145 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.341285+0000 mon.smithi145 (mon.0) 360 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.341559+0000 mon.smithi145 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:42.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.341769+0000 mon.smithi145 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:42.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.341962+0000 mon.smithi145 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:42.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.342177+0000 mon.smithi145 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:42.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:41.450700+0000 mon.smithi145 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.145:0/716878358' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:43.095 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:43.579 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:40.564991+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:43.579 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:40.565043+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:43.579 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:42.340314+0000 mon.smithi145 (mon.0) 366 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:42.340387+0000 mon.smithi145 (mon.0) 367 : cluster [INF] osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189] boot 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:42.340408+0000 mon.smithi145 (mon.0) 368 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:42.340807+0000 mon.smithi145 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:42.340994+0000 mon.smithi145 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:42.341133+0000 mon.smithi145 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:42.341236+0000 mon.smithi145 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:42.341340+0000 mon.smithi145 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:42.341439+0000 mon.smithi145 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:42.341554+0000 mon.smithi145 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:42.347195+0000 mon.smithi145 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:43.580 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:42.423807+0000 mgr.smithi145.ovnvbv (mgr.14180) 54 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:40.564991+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:40.565043+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:42.340314+0000 mon.smithi145 (mon.0) 366 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:42.340387+0000 mon.smithi145 (mon.0) 367 : cluster [INF] osd.1 [v2:172.21.15.145:6802/1994826189,v1:172.21.15.145:6803/1994826189] boot 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:42.340408+0000 mon.smithi145 (mon.0) 368 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:42.340807+0000 mon.smithi145 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:42.340994+0000 mon.smithi145 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:42.341133+0000 mon.smithi145 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:42.341236+0000 mon.smithi145 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:42.341340+0000 mon.smithi145 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:43.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:42.341439+0000 mon.smithi145 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:43.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:42.341554+0000 mon.smithi145 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:43.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:42.347195+0000 mon.smithi145 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:43.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:42.423807+0000 mgr.smithi145.ovnvbv (mgr.14180) 54 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:41.762051+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:41.762112+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.347921+0000 mon.smithi145 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:43.352352+0000 mon.smithi145 (mon.0) 378 : cluster [INF] osd.2 [v2:172.21.15.193:6808/2117177021,v1:172.21.15.193:6809/2117177021] boot 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:43.352396+0000 mon.smithi145 (mon.0) 379 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.353005+0000 mon.smithi145 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.353525+0000 mon.smithi145 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.353698+0000 mon.smithi145 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.353855+0000 mon.smithi145 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.354012+0000 mon.smithi145 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.354309+0000 mon.smithi145 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:44.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.354515+0000 mon.smithi145 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-13T03:33:44.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.466982+0000 mon.smithi193 (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/917195454,v1:172.21.15.145:6811/917195454]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T03:33:44.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:43.614399+0000 mon.smithi145 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:41.762051+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:41.762112+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.347921+0000 mon.smithi145 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:43.352352+0000 mon.smithi145 (mon.0) 378 : cluster [INF] osd.2 [v2:172.21.15.193:6808/2117177021,v1:172.21.15.193:6809/2117177021] boot 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:43.352396+0000 mon.smithi145 (mon.0) 379 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.353005+0000 mon.smithi145 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.353525+0000 mon.smithi145 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.353698+0000 mon.smithi145 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.353855+0000 mon.smithi145 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.354012+0000 mon.smithi145 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.354309+0000 mon.smithi145 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:44.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.354515+0000 mon.smithi145 (mon.0) 386 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-13T03:33:44.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.466982+0000 mon.smithi193 (mon.1) 14 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/917195454,v1:172.21.15.145:6811/917195454]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T03:33:44.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:43.614399+0000 mon.smithi145 (mon.0) 387 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-13T03:33:44.795 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:45.218 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1707795223,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":0} 2024-02-13T03:33:45.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.355188+0000 mon.smithi145 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.355239+0000 mon.smithi145 (mon.0) 389 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:44.355285+0000 mon.smithi145 (mon.0) 390 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.355411+0000 mon.smithi145 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.355793+0000 mon.smithi145 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.355996+0000 mon.smithi145 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.356187+0000 mon.smithi145 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.356423+0000 mon.smithi145 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.356932+0000 mon.smithi145 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.361008+0000 mon.smithi193 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/917195454,v1:172.21.15.145:6811/917195454]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.361374+0000 mon.smithi145 (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.369504+0000 mon.smithi193 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.193:6816/1297082073,v1:172.21.15.193:6817/1297082073]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.369871+0000 mon.smithi145 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:44.424054+0000 mgr.smithi145.ovnvbv (mgr.14180) 55 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.626270+0000 mon.smithi145 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:45.445 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.794837+0000 mon.smithi145 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.145:0/1935894379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:45.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.940907+0000 mon.smithi145 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:45.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.941599+0000 mon.smithi145 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T03:33:45.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:44.942173+0000 mon.smithi145 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:45.446 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:44.942690+0000 mgr.smithi145.ovnvbv (mgr.14180) 56 : cephadm [INF] Deploying daemon osd.7 on smithi145 2024-02-13T03:33:45.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.355188+0000 mon.smithi145 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-13T03:33:45.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.355239+0000 mon.smithi145 (mon.0) 389 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-13T03:33:45.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:44.355285+0000 mon.smithi145 (mon.0) 390 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-02-13T03:33:45.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.355411+0000 mon.smithi145 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:45.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.355793+0000 mon.smithi145 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:45.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.355996+0000 mon.smithi145 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:45.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.356187+0000 mon.smithi145 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.356423+0000 mon.smithi145 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.356932+0000 mon.smithi145 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.361008+0000 mon.smithi193 (mon.1) 15 : audit [INF] from='osd.3 [v2:172.21.15.145:6810/917195454,v1:172.21.15.145:6811/917195454]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.361374+0000 mon.smithi145 (mon.0) 397 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.369504+0000 mon.smithi193 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.193:6816/1297082073,v1:172.21.15.193:6817/1297082073]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.369871+0000 mon.smithi145 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:44.424054+0000 mgr.smithi145.ovnvbv (mgr.14180) 55 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.626270+0000 mon.smithi145 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.794837+0000 mon.smithi145 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.145:0/1935894379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.940907+0000 mon.smithi145 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.941599+0000 mon.smithi145 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:44.942173+0000 mon.smithi145 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:45.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:44.942690+0000 mgr.smithi145.ovnvbv (mgr.14180) 56 : cephadm [INF] Deploying daemon osd.7 on smithi145 2024-02-13T03:33:46.218 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.361069+0000 mon.smithi145 (mon.0) 404 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.361125+0000 mon.smithi145 (mon.0) 405 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.361201+0000 mon.smithi145 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:45.361265+0000 mon.smithi145 (mon.0) 407 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.361563+0000 mon.smithi145 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.361984+0000 mon.smithi145 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.362152+0000 mon.smithi145 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.362325+0000 mon.smithi145 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.362466+0000 mon.smithi145 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.365626+0000 mon.smithi193 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.193:6816/1297082073,v1:172.21.15.193:6817/1297082073]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.365903+0000 mon.smithi145 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:46.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:45.367908+0000 mon.smithi145 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:46.500 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.361069+0000 mon.smithi145 (mon.0) 404 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-13T03:33:46.500 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.361125+0000 mon.smithi145 (mon.0) 405 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-13T03:33:46.500 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.361201+0000 mon.smithi145 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-13T03:33:46.500 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:45.361265+0000 mon.smithi145 (mon.0) 407 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-13T03:33:46.500 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.361563+0000 mon.smithi145 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:46.500 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.361984+0000 mon.smithi145 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:46.501 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.362152+0000 mon.smithi145 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:46.501 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.362325+0000 mon.smithi145 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:46.501 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.362466+0000 mon.smithi145 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:46.501 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.365626+0000 mon.smithi193 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.193:6816/1297082073,v1:172.21.15.193:6817/1297082073]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:46.501 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.365903+0000 mon.smithi145 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:46.501 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:45.367908+0000 mon.smithi145 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:47.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:44.445924+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:47.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:44.445985+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:47.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:46.361980+0000 mon.smithi145 (mon.0) 415 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-02-13T03:33:47.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:46.362056+0000 mon.smithi145 (mon.0) 416 : cluster [INF] osd.3 [v2:172.21.15.145:6810/917195454,v1:172.21.15.145:6811/917195454] boot 2024-02-13T03:33:47.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:46.362096+0000 mon.smithi145 (mon.0) 417 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-02-13T03:33:47.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:46.362480+0000 mon.smithi145 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:47.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:46.362880+0000 mon.smithi145 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:47.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:46.363137+0000 mon.smithi145 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:47.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:46.363322+0000 mon.smithi145 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:46.363508+0000 mon.smithi145 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:46.368465+0000 mon.smithi145 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:46.424403+0000 mgr.smithi145.ovnvbv (mgr.14180) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:46.574314+0000 mon.smithi145 (mon.0) 424 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:47.366241+0000 mon.smithi145 (mon.0) 425 : cluster [INF] osd.4 [v2:172.21.15.193:6816/1297082073,v1:172.21.15.193:6817/1297082073] boot 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:47.366289+0000 mon.smithi145 (mon.0) 426 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:47.366424+0000 mon.smithi145 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:47.366792+0000 mon.smithi145 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:47.366938+0000 mon.smithi145 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:47.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:47.367057+0000 mon.smithi145 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:47.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:44.445924+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:47.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:44.445985+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:47.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:46.361980+0000 mon.smithi145 (mon.0) 415 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-02-13T03:33:47.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:46.362056+0000 mon.smithi145 (mon.0) 416 : cluster [INF] osd.3 [v2:172.21.15.145:6810/917195454,v1:172.21.15.145:6811/917195454] boot 2024-02-13T03:33:47.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:46.362096+0000 mon.smithi145 (mon.0) 417 : cluster [DBG] osdmap e23: 8 total, 4 up, 8 in 2024-02-13T03:33:47.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:46.362480+0000 mon.smithi145 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:46.362880+0000 mon.smithi145 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:46.363137+0000 mon.smithi145 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:46.363322+0000 mon.smithi145 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:46.363508+0000 mon.smithi145 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:46.368465+0000 mon.smithi145 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:46.424403+0000 mgr.smithi145.ovnvbv (mgr.14180) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:46.574314+0000 mon.smithi145 (mon.0) 424 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:47.366241+0000 mon.smithi145 (mon.0) 425 : cluster [INF] osd.4 [v2:172.21.15.193:6816/1297082073,v1:172.21.15.193:6817/1297082073] boot 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:47.366289+0000 mon.smithi145 (mon.0) 426 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:47.366424+0000 mon.smithi145 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:47.366792+0000 mon.smithi145 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:47.366938+0000 mon.smithi145 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:47.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:47.367057+0000 mon.smithi145 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:47.884 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:48.272 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1707795227,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":0} 2024-02-13T03:33:48.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:45.337251+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:48.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:45.337297+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:48.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:47.767106+0000 mon.smithi193 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.193:6824/3190496562,v1:172.21.15.193:6825/3190496562]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T03:33:48.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:47.767471+0000 mon.smithi145 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T03:33:48.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:47.883213+0000 mon.smithi145 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.145:0/797513532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:48.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:48.152321+0000 mon.smithi145 (mon.0) 433 : audit [INF] from='osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T03:33:48.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:48.364766+0000 mon.smithi145 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T03:33:48.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:48.364847+0000 mon.smithi145 (mon.0) 435 : audit [INF] from='osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T03:33:48.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:48.364897+0000 mon.smithi145 (mon.0) 436 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-13T03:33:48.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:48.364996+0000 mon.smithi145 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:48.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:48.365288+0000 mon.smithi145 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:48.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:48.365473+0000 mon.smithi145 (mon.0) 439 : audit [INF] from='osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:48.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:48.365668+0000 mon.smithi145 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:48.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:48.365716+0000 mon.smithi193 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.193:6824/3190496562,v1:172.21.15.193:6825/3190496562]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:48.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:48.365968+0000 mon.smithi145 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:45.337251+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:45.337297+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:47.767106+0000 mon.smithi193 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.193:6824/3190496562,v1:172.21.15.193:6825/3190496562]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:47.767471+0000 mon.smithi145 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:47.883213+0000 mon.smithi145 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.145:0/797513532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:48.152321+0000 mon.smithi145 (mon.0) 433 : audit [INF] from='osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:48.364766+0000 mon.smithi145 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:48.364847+0000 mon.smithi145 (mon.0) 435 : audit [INF] from='osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:48.364897+0000 mon.smithi145 (mon.0) 436 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:48.364996+0000 mon.smithi145 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:48.365288+0000 mon.smithi145 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:48.365473+0000 mon.smithi145 (mon.0) 439 : audit [INF] from='osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:48.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:48.365668+0000 mon.smithi145 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:48.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:48.365716+0000 mon.smithi193 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.193:6824/3190496562,v1:172.21.15.193:6825/3190496562]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:48.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:48.365968+0000 mon.smithi145 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]: dispatch 2024-02-13T03:33:49.273 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:50.332 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:48.424949+0000 mgr.smithi145.ovnvbv (mgr.14180) 58 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-13T03:33:50.332 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:49.056349+0000 mon.smithi145 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:50.332 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:49.368104+0000 mon.smithi145 (mon.0) 443 : audit [INF] from='osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-13T03:33:50.332 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:49.368157+0000 mon.smithi145 (mon.0) 444 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-02-13T03:33:50.332 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:49.368203+0000 mon.smithi145 (mon.0) 445 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-13T03:33:50.333 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:49.368323+0000 mon.smithi145 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:50.333 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:49.368645+0000 mon.smithi145 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:50.333 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:49.369090+0000 mon.smithi145 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:50.333 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:49.372043+0000 mon.smithi145 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:50.333 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:49.372329+0000 mon.smithi145 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:48.424949+0000 mgr.smithi145.ovnvbv (mgr.14180) 58 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:49.056349+0000 mon.smithi145 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:49.368104+0000 mon.smithi145 (mon.0) 443 : audit [INF] from='osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:49.368157+0000 mon.smithi145 (mon.0) 444 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi193", "root=default"]}]': finished 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:49.368203+0000 mon.smithi145 (mon.0) 445 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:49.368323+0000 mon.smithi145 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:49.368645+0000 mon.smithi145 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:49.369090+0000 mon.smithi145 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:49.372043+0000 mon.smithi145 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:49.372329+0000 mon.smithi145 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:51.142 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:51.380 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:48.800538+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:51.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:48.800629+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:51.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:50.371366+0000 mon.smithi145 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:51.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:50.371786+0000 mon.smithi145 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:51.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:50.383693+0000 mon.smithi145 (mon.0) 453 : cluster [INF] osd.6 [v2:172.21.15.193:6824/3190496562,v1:172.21.15.193:6825/3190496562] boot 2024-02-13T03:33:51.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:50.383723+0000 mon.smithi145 (mon.0) 454 : cluster [INF] osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607] boot 2024-02-13T03:33:51.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:50.383747+0000 mon.smithi145 (mon.0) 455 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-02-13T03:33:51.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:50.383991+0000 mon.smithi145 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:51.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:50.384203+0000 mon.smithi145 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:51.381 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:50.384440+0000 mon.smithi145 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:48.800538+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:51.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:48.800629+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:51.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:50.371366+0000 mon.smithi145 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:51.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:50.371786+0000 mon.smithi145 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:51.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:50.383693+0000 mon.smithi145 (mon.0) 453 : cluster [INF] osd.6 [v2:172.21.15.193:6824/3190496562,v1:172.21.15.193:6825/3190496562] boot 2024-02-13T03:33:51.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:50.383723+0000 mon.smithi145 (mon.0) 454 : cluster [INF] osd.5 [v2:172.21.15.145:6818/986549607,v1:172.21.15.145:6819/986549607] boot 2024-02-13T03:33:51.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:50.383747+0000 mon.smithi145 (mon.0) 455 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-02-13T03:33:51.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:50.383991+0000 mon.smithi145 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-13T03:33:51.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:50.384203+0000 mon.smithi145 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-13T03:33:51.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:50.384440+0000 mon.smithi145 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:51.843 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":27,"num_osds":8,"num_up_osds":7,"osd_up_since":1707795230,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":0} 2024-02-13T03:33:52.280 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:49.110995+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:52.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:49.111051+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:52.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:50.425357+0000 mgr.smithi145.ovnvbv (mgr.14180) 59 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-13T03:33:52.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:51.142288+0000 mon.smithi145 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.145:0/648018951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:52.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:51.385466+0000 mon.smithi145 (mon.0) 460 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-02-13T03:33:52.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:51.385607+0000 mon.smithi145 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:52.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:51.689019+0000 mon.smithi145 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:52.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:51.690030+0000 mon.smithi145 (mon.0) 463 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:33:52.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:51.690696+0000 mon.smithi145 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T03:33:52.281 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:51.691244+0000 mon.smithi145 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:52.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:49.110995+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:52.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:49.111051+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:52.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:50.425357+0000 mgr.smithi145.ovnvbv (mgr.14180) 59 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-13T03:33:52.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:51.142288+0000 mon.smithi145 (mon.0) 459 : audit [DBG] from='client.? 172.21.15.145:0/648018951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:52.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:51.385466+0000 mon.smithi145 (mon.0) 460 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-02-13T03:33:52.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:51.385607+0000 mon.smithi145 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:52.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:51.689019+0000 mon.smithi145 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:52.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:51.690030+0000 mon.smithi145 (mon.0) 463 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:33:52.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:51.690696+0000 mon.smithi145 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T03:33:52.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:51.691244+0000 mon.smithi145 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:52.845 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-13T03:33:53.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:51.689758+0000 mgr.smithi145.ovnvbv (mgr.14180) 60 : cephadm [INF] Reconfiguring mon.smithi145 (unknown last config time)... 2024-02-13T03:33:53.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:51.691728+0000 mgr.smithi145.ovnvbv (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2024-02-13T03:33:53.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:52.283572+0000 mon.smithi145 (mon.0) 466 : audit [INF] from='osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T03:33:53.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:52.600247+0000 mon.smithi145 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:53.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:52.601111+0000 mon.smithi145 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ovnvbv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:33:53.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:52.601747+0000 mon.smithi145 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:33:53.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:52.602220+0000 mon.smithi145 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:51.689758+0000 mgr.smithi145.ovnvbv (mgr.14180) 60 : cephadm [INF] Reconfiguring mon.smithi145 (unknown last config time)... 2024-02-13T03:33:53.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:51.691728+0000 mgr.smithi145.ovnvbv (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mon.smithi145 on smithi145 2024-02-13T03:33:53.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:52.283572+0000 mon.smithi145 (mon.0) 466 : audit [INF] from='osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-13T03:33:53.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:52.600247+0000 mon.smithi145 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:53.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:52.601111+0000 mon.smithi145 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi145.ovnvbv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:33:53.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:52.601747+0000 mon.smithi145 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:33:53.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:52.602220+0000 mon.smithi145 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:54.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:52.425644+0000 mgr.smithi145.ovnvbv (mgr.14180) 62 : cluster [DBG] pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:33:54.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:52.600844+0000 mgr.smithi145.ovnvbv (mgr.14180) 63 : cephadm [INF] Reconfiguring mgr.smithi145.ovnvbv (unknown last config time)... 2024-02-13T03:33:54.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:52.602673+0000 mgr.smithi145.ovnvbv (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon mgr.smithi145.ovnvbv on smithi145 2024-02-13T03:33:54.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:53.071847+0000 mon.smithi145 (mon.0) 471 : audit [INF] from='osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T03:33:54.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:53.071969+0000 mon.smithi145 (mon.0) 472 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-02-13T03:33:54.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:53.072252+0000 mon.smithi145 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:54.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:53.072759+0000 mon.smithi145 (mon.0) 474 : audit [INF] from='osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:54.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:53.548759+0000 mon.smithi145 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:54.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:52.425644+0000 mgr.smithi145.ovnvbv (mgr.14180) 62 : cluster [DBG] pgmap v58: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:33:54.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:52.600844+0000 mgr.smithi145.ovnvbv (mgr.14180) 63 : cephadm [INF] Reconfiguring mgr.smithi145.ovnvbv (unknown last config time)... 2024-02-13T03:33:54.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:52.602673+0000 mgr.smithi145.ovnvbv (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon mgr.smithi145.ovnvbv on smithi145 2024-02-13T03:33:54.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:53.071847+0000 mon.smithi145 (mon.0) 471 : audit [INF] from='osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-13T03:33:54.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:53.071969+0000 mon.smithi145 (mon.0) 472 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-02-13T03:33:54.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:53.072252+0000 mon.smithi145 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:54.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:53.072759+0000 mon.smithi145 (mon.0) 474 : audit [INF] from='osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-02-13T03:33:54.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:53.548759+0000 mon.smithi145 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:55.335 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:33:55.358 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:53.549498+0000 mgr.smithi145.ovnvbv (mgr.14180) 65 : cephadm [INF] Reconfiguring alertmanager.smithi145 (dependencies changed)... 2024-02-13T03:33:55.358 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:53.555576+0000 mgr.smithi145.ovnvbv (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon alertmanager.smithi145 on smithi145 2024-02-13T03:33:55.358 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:54.071740+0000 mon.smithi145 (mon.0) 476 : audit [INF] from='osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-13T03:33:55.358 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:54.071789+0000 mon.smithi145 (mon.0) 477 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-02-13T03:33:55.358 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:54.072153+0000 mon.smithi145 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:55.358 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:54.076308+0000 mon.smithi145 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:53.549498+0000 mgr.smithi145.ovnvbv (mgr.14180) 65 : cephadm [INF] Reconfiguring alertmanager.smithi145 (dependencies changed)... 2024-02-13T03:33:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:53.555576+0000 mgr.smithi145.ovnvbv (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon alertmanager.smithi145 on smithi145 2024-02-13T03:33:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:54.071740+0000 mon.smithi145 (mon.0) 476 : audit [INF] from='osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-02-13T03:33:55.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:54.071789+0000 mon.smithi145 (mon.0) 477 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2024-02-13T03:33:55.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:54.072153+0000 mon.smithi145 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:55.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:54.076308+0000 mon.smithi145 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:55.850 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1707795235,"num_in_osds":8,"osd_in_since":1707795206,"num_remapped_pgs":1} 2024-02-13T03:33:55.851 INFO:tasks.cephadm:Setting up client nodes... 2024-02-13T03:33:55.851 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-13T03:33:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:53.244243+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:53.244343+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:54.425948+0000 mgr.smithi145.ovnvbv (mgr.14180) 67 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:33:56.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:55.074623+0000 mon.smithi145 (mon.0) 480 : cluster [INF] osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475] boot 2024-02-13T03:33:56.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:55.074668+0000 mon.smithi145 (mon.0) 481 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-02-13T03:33:56.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:55.074804+0000 mon.smithi145 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:56.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:55.335750+0000 mon.smithi145 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.145:0/3903491437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:56.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:56.079378+0000 mon.smithi145 (mon.0) 484 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-02-13T03:33:56.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:53.244243+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-13T03:33:56.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:53.244343+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-13T03:33:56.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:54.425948+0000 mgr.smithi145.ovnvbv (mgr.14180) 67 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-13T03:33:56.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:55.074623+0000 mon.smithi145 (mon.0) 480 : cluster [INF] osd.7 [v2:172.21.15.145:6826/3572661475,v1:172.21.15.145:6827/3572661475] boot 2024-02-13T03:33:56.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:55.074668+0000 mon.smithi145 (mon.0) 481 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-02-13T03:33:56.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:55.074804+0000 mon.smithi145 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-13T03:33:56.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:55.335750+0000 mon.smithi145 (mon.0) 483 : audit [DBG] from='client.? 172.21.15.145:0/3903491437' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-13T03:33:56.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:56.079378+0000 mon.smithi145 (mon.0) 484 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-02-13T03:33:57.823 INFO:teuthology.orchestra.run.smithi145.stdout:[client.0] 2024-02-13T03:33:57.823 INFO:teuthology.orchestra.run.smithi145.stdout: key = AQAl48pler7jMBAAxUmxFSwzZ2vqrbEKTJU62g== 2024-02-13T03:33:58.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:56.426254+0000 mgr.smithi145.ovnvbv (mgr.14180) 68 : cluster [DBG] pgmap v64: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:33:58.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:57.081375+0000 mon.smithi145 (mon.0) 485 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-02-13T03:33:58.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:57.424247+0000 mon.smithi145 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:58.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:57.425053+0000 mon.smithi145 (mon.0) 487 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:33:58.373 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:57.425663+0000 mon.smithi145 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:58.373 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:57.820028+0000 mon.smithi145 (mon.0) 489 : audit [INF] from='client.? 172.21.15.145:0/3074372693' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:33:58.373 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:57.823588+0000 mon.smithi145 (mon.0) 490 : audit [INF] from='client.? 172.21.15.145:0/3074372693' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T03:33:58.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:56.426254+0000 mgr.smithi145.ovnvbv (mgr.14180) 68 : cluster [DBG] pgmap v64: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:33:58.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:57.081375+0000 mon.smithi145 (mon.0) 485 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-02-13T03:33:58.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:57.424247+0000 mon.smithi145 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:58.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:57.425053+0000 mon.smithi145 (mon.0) 487 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi145", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:33:58.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:57.425663+0000 mon.smithi145 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:33:58.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:57.820028+0000 mon.smithi145 (mon.0) 489 : audit [INF] from='client.? 172.21.15.145:0/3074372693' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:33:58.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:57.823588+0000 mon.smithi145 (mon.0) 490 : audit [INF] from='client.? 172.21.15.145:0/3074372693' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T03:33:58.687 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:33:58.687 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-13T03:33:58.687 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-13T03:33:58.732 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-13T03:33:59.297 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:57.424846+0000 mgr.smithi145.ovnvbv (mgr.14180) 69 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2024-02-13T03:33:59.297 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:57.426108+0000 mgr.smithi145.ovnvbv (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2024-02-13T03:33:59.297 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:33:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:33:58.442990+0000 mon.smithi145 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:33:59.378 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:57.424846+0000 mgr.smithi145.ovnvbv (mgr.14180) 69 : cephadm [INF] Reconfiguring crash.smithi145 (monmap changed)... 2024-02-13T03:33:59.378 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:57.426108+0000 mgr.smithi145.ovnvbv (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon crash.smithi145 on smithi145 2024-02-13T03:33:59.378 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:33:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:33:58.442990+0000 mon.smithi145 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:00.160 INFO:teuthology.orchestra.run.smithi193.stdout:[client.1] 2024-02-13T03:34:00.160 INFO:teuthology.orchestra.run.smithi193.stdout: key = AQAo48plQ6JYCRAAGk+e2bvPiY7fCKKlcC3g8A== 2024-02-13T03:34:00.330 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:33:58.426530+0000 mgr.smithi145.ovnvbv (mgr.14180) 71 : cluster [DBG] pgmap v66: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:00.330 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:58.443669+0000 mgr.smithi145.ovnvbv (mgr.14180) 72 : cephadm [INF] Reconfiguring grafana.smithi145 (dependencies changed)... 2024-02-13T03:34:00.330 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:33:58.474529+0000 mgr.smithi145.ovnvbv (mgr.14180) 73 : cephadm [INF] Reconfiguring daemon grafana.smithi145 on smithi145 2024-02-13T03:34:00.352 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:33:58.426530+0000 mgr.smithi145.ovnvbv (mgr.14180) 71 : cluster [DBG] pgmap v66: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:00.352 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:58.443669+0000 mgr.smithi145.ovnvbv (mgr.14180) 72 : cephadm [INF] Reconfiguring grafana.smithi145 (dependencies changed)... 2024-02-13T03:34:00.352 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:33:58.474529+0000 mgr.smithi145.ovnvbv (mgr.14180) 73 : cephadm [INF] Reconfiguring daemon grafana.smithi145 on smithi145 2024-02-13T03:34:00.577 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:34:00.577 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-13T03:34:00.577 DEBUG:teuthology.orchestra.run.smithi193:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-13T03:34:00.618 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T03:34:00.925 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:01.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:00.155843+0000 mon.smithi193 (mon.1) 20 : audit [INF] from='client.? 172.21.15.193:0/309554411' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:34:01.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:00.156639+0000 mon.smithi145 (mon.0) 492 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:34:01.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:00.160241+0000 mon.smithi145 (mon.0) 493 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T03:34:01.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:00.155843+0000 mon.smithi193 (mon.1) 20 : audit [INF] from='client.? 172.21.15.193:0/309554411' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:34:01.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:00.156639+0000 mon.smithi145 (mon.0) 492 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-13T03:34:01.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:00.160241+0000 mon.smithi145 (mon.0) 493 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-13T03:34:02.150 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:34:02.150 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":33,"fsid":"ea9288ac-ca1f-11ee-95b9-87774f69a715","created":"2024-02-13T03:31:04.128220+0000","modified":"2024-02-13T03:33:57.077331+0000","last_up_change":"2024-02-13T03:33:55.069649+0000","last_in_change":"2024-02-13T03:33:26.068292+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-13T03:33:43.614007+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"a4141058-4123-4640-84f2-bf235bcf5741","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6800","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6801","nonce":1661226131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6802","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6803","nonce":1661226131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6806","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6807","nonce":1661226131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6804","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6805","nonce":1661226131}]},"public_addr":"172.21.15.193:6801/1661226131","cluster_addr":"172.21.15.193:6803/1661226131","heartbeat_back_addr":"172.21.15.193:6807/1661226131","heartbeat_front_addr":"172.21.15.193:6805/1661226131","state":["exists","up"]},{"osd":1,"uuid":"7e36b6ff-0759-472c-9f5f-729ebd0d969b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6803","nonce":1994826189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6805","nonce":1994826189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6809","nonce":1994826189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6807","nonce":1994826189}]},"public_addr":"172.21.15.145:6803/1994826189","cluster_addr":"172.21.15.145:6805/1994826189","heartbeat_back_addr":"172.21.15.145:6809/1994826189","heartbeat_front_addr":"172.21.15.145:6807/1994826189","state":["exists","up"]},{"osd":2,"uuid":"886f94a1-2e27-49ad-bbb9-ef8acc783a58","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.193:6808","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6809","nonce":2117177021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6810","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6811","nonce":2117177021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6814","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6815","nonce":2117177021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6812","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6813","nonce":2117177021}]},"public_addr":"172.21.15.193:6809/2117177021","cluster_addr":"172.21.15.193:6811/2117177021","heartbeat_back_addr":"172.21.15.193:6815/2117177021","heartbeat_front_addr":"172.21.15.193:6813/2117177021","state":["exists","up"]},{"osd":3,"uuid":"ce9c6a68-8b73-4468-af7a-91340ea30258","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.145:6810","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6811","nonce":917195454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6813","nonce":917195454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6817","nonce":917195454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6815","nonce":917195454}]},"public_addr":"172.21.15.145:6811/917195454","cluster_addr":"172.21.15.145:6813/917195454","heartbeat_back_addr":"172.21.15.145:6817/917195454","heartbeat_front_addr":"172.21.15.145:6815/917195454","state":["exists","up"]},{"osd":4,"uuid":"752b61c4-4504-4e38-aa76-481d0f243d96","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6816","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6817","nonce":1297082073}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6818","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6819","nonce":1297082073}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6822","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6823","nonce":1297082073}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6820","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6821","nonce":1297082073}]},"public_addr":"172.21.15.193:6817/1297082073","cluster_addr":"172.21.15.193:6819/1297082073","heartbeat_back_addr":"172.21.15.193:6823/1297082073","heartbeat_front_addr":"172.21.15.193:6821/1297082073","state":["exists","up"]},{"osd":5,"uuid":"f5ad733a-711f-4ab3-838c-64b10d4938d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6819","nonce":986549607}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6821","nonce":986549607}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6825","nonce":986549607}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6823","nonce":986549607}]},"public_addr":"172.21.15.145:6819/986549607","cluster_addr":"172.21.15.145:6821/986549607","heartbeat_back_addr":"172.21.15.145:6825/986549607","heartbeat_front_addr":"172.21.15.145:6823/986549607","state":["exists","up"]},{"osd":6,"uuid":"25318ef8-61ae-4cb6-b620-1494d5928f19","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6824","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6825","nonce":3190496562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6826","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6827","nonce":3190496562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6830","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6831","nonce":3190496562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6828","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6829","nonce":3190496562}]},"public_addr":"172.21.15.193:6825/3190496562","cluster_addr":"172.21.15.193:6827/3190496562","heartbeat_back_addr":"172.21.15.193:6831/3190496562","heartbeat_front_addr":"172.21.15.193:6829/3190496562","state":["exists","up"]},{"osd":7,"uuid":"bb30abdd-820e-4bb6-91d5-0cba4b6b380c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6827","nonce":3572661475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6829","nonce":3572661475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6832","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6833","nonce":3572661475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6831","nonce":3572661475}]},"public_addr":"172.21.15.145:6827/3572661475","cluster_addr":"172.21.15.145:6829/3572661475","heartbeat_back_addr":"172.21.15.145:6833/3572661475","heartbeat_front_addr":"172.21.15.145:6831/3572661475","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:38.238239+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:40.565045+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:41.762116+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:44.445987+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:45.337299+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:49.111054+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:48.800635+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:53.244348+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.145:0/4215360210":"2024-02-14T03:32:30.409722+0000","172.21.15.145:6800/3428711749":"2024-02-14T03:32:30.409722+0000","172.21.15.145:0/2957128513":"2024-02-14T03:32:30.409722+0000","172.21.15.145:6801/3574518892":"2024-02-14T03:31:51.992472+0000","172.21.15.145:0/3031517985":"2024-02-14T03:31:51.992472+0000","172.21.15.145:6801/3428711749":"2024-02-14T03:32:30.409722+0000","172.21.15.145:6800/3574518892":"2024-02-14T03:31:51.992472+0000","172.21.15.145:6800/3970994039":"2024-02-14T03:31:23.934488+0000","172.21.15.145:6801/3970994039":"2024-02-14T03:31:23.934488+0000","172.21.15.145:0/3869459951":"2024-02-14T03:31:51.992472+0000","172.21.15.145:0/3208325452":"2024-02-14T03:31:23.934488+0000","172.21.15.145:0/2021777651":"2024-02-14T03:31:23.934488+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-13T03:34:02.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:00.427010+0000 mgr.smithi145.ovnvbv (mgr.14180) 74 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:02.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:01.478405+0000 mon.smithi145 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:02.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:02.148973+0000 mon.smithi145 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.145:0/3140767931' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:34:02.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:00.427010+0000 mgr.smithi145.ovnvbv (mgr.14180) 74 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:02.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:01.478405+0000 mon.smithi145 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:02.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:02.148973+0000 mon.smithi145 (mon.0) 495 : audit [DBG] from='client.? 172.21.15.145:0/3140767931' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:34:02.938 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-13T03:33:43.614007+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-13T03:34:02.938 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-13T03:34:03.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:01.479208+0000 mgr.smithi145.ovnvbv (mgr.14180) 75 : cephadm [INF] Reconfiguring prometheus.smithi145 (dependencies changed)... 2024-02-13T03:34:03.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:01.482546+0000 mgr.smithi145.ovnvbv (mgr.14180) 76 : cephadm [INF] Reconfiguring daemon prometheus.smithi145 on smithi145 2024-02-13T03:34:03.383 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:03.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:01.479208+0000 mgr.smithi145.ovnvbv (mgr.14180) 75 : cephadm [INF] Reconfiguring prometheus.smithi145 (dependencies changed)... 2024-02-13T03:34:03.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:01.482546+0000 mgr.smithi145.ovnvbv (mgr.14180) 76 : cephadm [INF] Reconfiguring daemon prometheus.smithi145 on smithi145 2024-02-13T03:34:04.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:02.427371+0000 mgr.smithi145.ovnvbv (mgr.14180) 77 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:04.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:02.427371+0000 mgr.smithi145.ovnvbv (mgr.14180) 77 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:05.148 INFO:teuthology.orchestra.run.smithi145.stdout:pg_num: 1 2024-02-13T03:34:05.453 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:05.147397+0000 mon.smithi145 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.145:0/1398375745' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-13T03:34:05.615 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-13T03:34:05.616 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-13T03:34:05.616 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-13T03:34:05.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:05.147397+0000 mon.smithi145 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.145:0/1398375745' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-13T03:34:05.900 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:06.285 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:04.427695+0000 mgr.smithi145.ovnvbv (mgr.14180) 78 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:06.286 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:05.594985+0000 mon.smithi145 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:06.286 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:05.596014+0000 mon.smithi145 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi193", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:34:06.286 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:05.596657+0000 mon.smithi145 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:06.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:04.427695+0000 mgr.smithi145.ovnvbv (mgr.14180) 78 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:06.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:05.594985+0000 mon.smithi145 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:06.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:05.596014+0000 mon.smithi145 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi193", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-13T03:34:06.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:05.596657+0000 mon.smithi145 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:07.038 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:34:07.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:05.595758+0000 mgr.smithi145.ovnvbv (mgr.14180) 79 : cephadm [INF] Reconfiguring crash.smithi193 (monmap changed)... 2024-02-13T03:34:07.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:05.597141+0000 mgr.smithi145.ovnvbv (mgr.14180) 80 : cephadm [INF] Reconfiguring daemon crash.smithi193 on smithi193 2024-02-13T03:34:07.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:06.522184+0000 mon.smithi145 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:07.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:06.522977+0000 mon.smithi145 (mon.0) 501 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi193.hvkkdk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:34:07.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:06.523652+0000 mon.smithi145 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:34:07.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:06.524141+0000 mon.smithi145 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:07.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:07.033682+0000 mon.smithi145 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.145:0/3907505497' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-13T03:34:07.408 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi145.ovnvbv","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":1363941560},{"type":"v1","addr":"172.21.15.145:6801","nonce":1363941560}]},"active_addr":"172.21.15.145:6801/1363941560","active_change":"2024-02-13T03:32:30.409832+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi193.hvkkdk","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.145:8443/","prometheus":"http://172.21.15.145: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.145:0","nonce":434393523}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.145:0","nonce":2838891532}]}]} 2024-02-13T03:34:07.411 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-13T03:34:07.412 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-13T03:34:07.412 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T03:34:07.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:05.595758+0000 mgr.smithi145.ovnvbv (mgr.14180) 79 : cephadm [INF] Reconfiguring crash.smithi193 (monmap changed)... 2024-02-13T03:34:07.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:05.597141+0000 mgr.smithi145.ovnvbv (mgr.14180) 80 : cephadm [INF] Reconfiguring daemon crash.smithi193 on smithi193 2024-02-13T03:34:07.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:06.522184+0000 mon.smithi145 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:07.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:06.522977+0000 mon.smithi145 (mon.0) 501 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi193.hvkkdk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-13T03:34:07.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:06.523652+0000 mon.smithi145 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-13T03:34:07.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:06.524141+0000 mon.smithi145 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:07.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:07.033682+0000 mon.smithi145 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.145:0/3907505497' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-13T03:34:07.682 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:08.391 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:06.427992+0000 mgr.smithi145.ovnvbv (mgr.14180) 81 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:08.391 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:06.522736+0000 mgr.smithi145.ovnvbv (mgr.14180) 82 : cephadm [INF] Reconfiguring mgr.smithi193.hvkkdk (monmap changed)... 2024-02-13T03:34:08.391 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:06.524571+0000 mgr.smithi145.ovnvbv (mgr.14180) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi193.hvkkdk on smithi193 2024-02-13T03:34:08.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:07.402307+0000 mon.smithi145 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:08.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:07.403262+0000 mon.smithi145 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:34:08.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:07.403838+0000 mon.smithi145 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T03:34:08.392 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:07.404345+0000 mon.smithi145 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:08.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:06.427992+0000 mgr.smithi145.ovnvbv (mgr.14180) 81 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:08.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:06.522736+0000 mgr.smithi145.ovnvbv (mgr.14180) 82 : cephadm [INF] Reconfiguring mgr.smithi193.hvkkdk (monmap changed)... 2024-02-13T03:34:08.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:06.524571+0000 mgr.smithi145.ovnvbv (mgr.14180) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi193.hvkkdk on smithi193 2024-02-13T03:34:08.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:07.402307+0000 mon.smithi145 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:08.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:07.403262+0000 mon.smithi145 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-13T03:34:08.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:07.403838+0000 mon.smithi145 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-13T03:34:08.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:07.404345+0000 mon.smithi145 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:08.834 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:34:08.834 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":33,"fsid":"ea9288ac-ca1f-11ee-95b9-87774f69a715","created":"2024-02-13T03:31:04.128220+0000","modified":"2024-02-13T03:33:57.077331+0000","last_up_change":"2024-02-13T03:33:55.069649+0000","last_in_change":"2024-02-13T03:33:26.068292+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-13T03:33:43.614007+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"a4141058-4123-4640-84f2-bf235bcf5741","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6800","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6801","nonce":1661226131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6802","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6803","nonce":1661226131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6806","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6807","nonce":1661226131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6804","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6805","nonce":1661226131}]},"public_addr":"172.21.15.193:6801/1661226131","cluster_addr":"172.21.15.193:6803/1661226131","heartbeat_back_addr":"172.21.15.193:6807/1661226131","heartbeat_front_addr":"172.21.15.193:6805/1661226131","state":["exists","up"]},{"osd":1,"uuid":"7e36b6ff-0759-472c-9f5f-729ebd0d969b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6803","nonce":1994826189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6805","nonce":1994826189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6809","nonce":1994826189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6807","nonce":1994826189}]},"public_addr":"172.21.15.145:6803/1994826189","cluster_addr":"172.21.15.145:6805/1994826189","heartbeat_back_addr":"172.21.15.145:6809/1994826189","heartbeat_front_addr":"172.21.15.145:6807/1994826189","state":["exists","up"]},{"osd":2,"uuid":"886f94a1-2e27-49ad-bbb9-ef8acc783a58","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.193:6808","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6809","nonce":2117177021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6810","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6811","nonce":2117177021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6814","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6815","nonce":2117177021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6812","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6813","nonce":2117177021}]},"public_addr":"172.21.15.193:6809/2117177021","cluster_addr":"172.21.15.193:6811/2117177021","heartbeat_back_addr":"172.21.15.193:6815/2117177021","heartbeat_front_addr":"172.21.15.193:6813/2117177021","state":["exists","up"]},{"osd":3,"uuid":"ce9c6a68-8b73-4468-af7a-91340ea30258","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.145:6810","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6811","nonce":917195454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6813","nonce":917195454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6817","nonce":917195454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6815","nonce":917195454}]},"public_addr":"172.21.15.145:6811/917195454","cluster_addr":"172.21.15.145:6813/917195454","heartbeat_back_addr":"172.21.15.145:6817/917195454","heartbeat_front_addr":"172.21.15.145:6815/917195454","state":["exists","up"]},{"osd":4,"uuid":"752b61c4-4504-4e38-aa76-481d0f243d96","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6816","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6817","nonce":1297082073}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6818","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6819","nonce":1297082073}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6822","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6823","nonce":1297082073}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6820","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6821","nonce":1297082073}]},"public_addr":"172.21.15.193:6817/1297082073","cluster_addr":"172.21.15.193:6819/1297082073","heartbeat_back_addr":"172.21.15.193:6823/1297082073","heartbeat_front_addr":"172.21.15.193:6821/1297082073","state":["exists","up"]},{"osd":5,"uuid":"f5ad733a-711f-4ab3-838c-64b10d4938d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6819","nonce":986549607}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6821","nonce":986549607}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6825","nonce":986549607}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6823","nonce":986549607}]},"public_addr":"172.21.15.145:6819/986549607","cluster_addr":"172.21.15.145:6821/986549607","heartbeat_back_addr":"172.21.15.145:6825/986549607","heartbeat_front_addr":"172.21.15.145:6823/986549607","state":["exists","up"]},{"osd":6,"uuid":"25318ef8-61ae-4cb6-b620-1494d5928f19","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6824","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6825","nonce":3190496562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6826","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6827","nonce":3190496562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6830","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6831","nonce":3190496562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6828","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6829","nonce":3190496562}]},"public_addr":"172.21.15.193:6825/3190496562","cluster_addr":"172.21.15.193:6827/3190496562","heartbeat_back_addr":"172.21.15.193:6831/3190496562","heartbeat_front_addr":"172.21.15.193:6829/3190496562","state":["exists","up"]},{"osd":7,"uuid":"bb30abdd-820e-4bb6-91d5-0cba4b6b380c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6827","nonce":3572661475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6829","nonce":3572661475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6832","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6833","nonce":3572661475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6831","nonce":3572661475}]},"public_addr":"172.21.15.145:6827/3572661475","cluster_addr":"172.21.15.145:6829/3572661475","heartbeat_back_addr":"172.21.15.145:6833/3572661475","heartbeat_front_addr":"172.21.15.145:6831/3572661475","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:38.238239+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:40.565045+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:41.762116+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:44.445987+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:45.337299+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:49.111054+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:48.800635+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:53.244348+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.145:0/4215360210":"2024-02-14T03:32:30.409722+0000","172.21.15.145:6800/3428711749":"2024-02-14T03:32:30.409722+0000","172.21.15.145:0/2957128513":"2024-02-14T03:32:30.409722+0000","172.21.15.145:6801/3574518892":"2024-02-14T03:31:51.992472+0000","172.21.15.145:0/3031517985":"2024-02-14T03:31:51.992472+0000","172.21.15.145:6801/3428711749":"2024-02-14T03:32:30.409722+0000","172.21.15.145:6800/3574518892":"2024-02-14T03:31:51.992472+0000","172.21.15.145:6800/3970994039":"2024-02-14T03:31:23.934488+0000","172.21.15.145:6801/3970994039":"2024-02-14T03:31:23.934488+0000","172.21.15.145:0/3869459951":"2024-02-14T03:31:51.992472+0000","172.21.15.145:0/3208325452":"2024-02-14T03:31:23.934488+0000","172.21.15.145:0/2021777651":"2024-02-14T03:31:23.934488+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-13T03:34:09.292 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-13T03:34:09.292 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-13T03:34:09.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:07.403030+0000 mgr.smithi145.ovnvbv (mgr.14180) 84 : cephadm [INF] Reconfiguring mon.smithi193 (monmap changed)... 2024-02-13T03:34:09.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:07.404812+0000 mgr.smithi145.ovnvbv (mgr.14180) 85 : cephadm [INF] Reconfiguring daemon mon.smithi193 on smithi193 2024-02-13T03:34:09.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.256879+0000 mon.smithi145 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:09.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.259578+0000 mon.smithi145 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T03:34:09.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.260816+0000 mon.smithi145 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi145:9093"}]: dispatch 2024-02-13T03:34:09.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.267040+0000 mon.smithi145 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:09.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.270946+0000 mon.smithi145 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T03:34:09.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.274817+0000 mon.smithi145 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145:3000"}]: dispatch 2024-02-13T03:34:09.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.280880+0000 mon.smithi145 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:09.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.284491+0000 mon.smithi145 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T03:34:09.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.288057+0000 mon.smithi145 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145:9095"}]: dispatch 2024-02-13T03:34:09.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.294788+0000 mon.smithi145 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:09.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.299415+0000 mon.smithi145 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:34:09.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.833687+0000 mon.smithi193 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.145:0/1481339223' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:07.403030+0000 mgr.smithi145.ovnvbv (mgr.14180) 84 : cephadm [INF] Reconfiguring mon.smithi193 (monmap changed)... 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:07.404812+0000 mgr.smithi145.ovnvbv (mgr.14180) 85 : cephadm [INF] Reconfiguring daemon mon.smithi193 on smithi193 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.256879+0000 mon.smithi145 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.259578+0000 mon.smithi145 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.260816+0000 mon.smithi145 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi145:9093"}]: dispatch 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.267040+0000 mon.smithi145 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.270946+0000 mon.smithi145 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.274817+0000 mon.smithi145 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145:3000"}]: dispatch 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.280880+0000 mon.smithi145 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.284491+0000 mon.smithi145 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T03:34:09.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.288057+0000 mon.smithi145 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145:9095"}]: dispatch 2024-02-13T03:34:09.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.294788+0000 mon.smithi145 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:09.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.299415+0000 mon.smithi145 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:34:09.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.833687+0000 mon.smithi193 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.145:0/1481339223' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:34:09.722 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:10.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.259963+0000 mgr.smithi145.ovnvbv (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T03:34:10.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.261048+0000 mgr.smithi145.ovnvbv (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi145:9093"}]: dispatch 2024-02-13T03:34:10.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.271344+0000 mgr.smithi145.ovnvbv (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T03:34:10.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.275129+0000 mgr.smithi145.ovnvbv (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145:3000"}]: dispatch 2024-02-13T03:34:10.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.284835+0000 mgr.smithi145.ovnvbv (mgr.14180) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T03:34:10.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:08.288348+0000 mgr.smithi145.ovnvbv (mgr.14180) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145:9095"}]: dispatch 2024-02-13T03:34:10.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:08.428291+0000 mgr.smithi145.ovnvbv (mgr.14180) 92 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:10.435 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:09.564844+0000 mon.smithi145 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:10.552 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.259963+0000 mgr.smithi145.ovnvbv (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-13T03:34:10.552 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.261048+0000 mgr.smithi145.ovnvbv (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi145:9093"}]: dispatch 2024-02-13T03:34:10.552 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.271344+0000 mgr.smithi145.ovnvbv (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-13T03:34:10.552 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.275129+0000 mgr.smithi145.ovnvbv (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145:3000"}]: dispatch 2024-02-13T03:34:10.552 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.284835+0000 mgr.smithi145.ovnvbv (mgr.14180) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-13T03:34:10.552 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:08.288348+0000 mgr.smithi145.ovnvbv (mgr.14180) 91 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145:9095"}]: dispatch 2024-02-13T03:34:10.552 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:08.428291+0000 mgr.smithi145.ovnvbv (mgr.14180) 92 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:10.552 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:09.564844+0000 mon.smithi145 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:11.312 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:34:11.312 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":33,"fsid":"ea9288ac-ca1f-11ee-95b9-87774f69a715","created":"2024-02-13T03:31:04.128220+0000","modified":"2024-02-13T03:33:57.077331+0000","last_up_change":"2024-02-13T03:33:55.069649+0000","last_in_change":"2024-02-13T03:33:26.068292+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-13T03:33:43.614007+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"a4141058-4123-4640-84f2-bf235bcf5741","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6800","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6801","nonce":1661226131}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6802","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6803","nonce":1661226131}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6806","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6807","nonce":1661226131}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6804","nonce":1661226131},{"type":"v1","addr":"172.21.15.193:6805","nonce":1661226131}]},"public_addr":"172.21.15.193:6801/1661226131","cluster_addr":"172.21.15.193:6803/1661226131","heartbeat_back_addr":"172.21.15.193:6807/1661226131","heartbeat_front_addr":"172.21.15.193:6805/1661226131","state":["exists","up"]},{"osd":1,"uuid":"7e36b6ff-0759-472c-9f5f-729ebd0d969b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6803","nonce":1994826189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6805","nonce":1994826189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6809","nonce":1994826189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":1994826189},{"type":"v1","addr":"172.21.15.145:6807","nonce":1994826189}]},"public_addr":"172.21.15.145:6803/1994826189","cluster_addr":"172.21.15.145:6805/1994826189","heartbeat_back_addr":"172.21.15.145:6809/1994826189","heartbeat_front_addr":"172.21.15.145:6807/1994826189","state":["exists","up"]},{"osd":2,"uuid":"886f94a1-2e27-49ad-bbb9-ef8acc783a58","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.193:6808","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6809","nonce":2117177021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6810","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6811","nonce":2117177021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6814","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6815","nonce":2117177021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6812","nonce":2117177021},{"type":"v1","addr":"172.21.15.193:6813","nonce":2117177021}]},"public_addr":"172.21.15.193:6809/2117177021","cluster_addr":"172.21.15.193:6811/2117177021","heartbeat_back_addr":"172.21.15.193:6815/2117177021","heartbeat_front_addr":"172.21.15.193:6813/2117177021","state":["exists","up"]},{"osd":3,"uuid":"ce9c6a68-8b73-4468-af7a-91340ea30258","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.145:6810","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6811","nonce":917195454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6813","nonce":917195454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6817","nonce":917195454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":917195454},{"type":"v1","addr":"172.21.15.145:6815","nonce":917195454}]},"public_addr":"172.21.15.145:6811/917195454","cluster_addr":"172.21.15.145:6813/917195454","heartbeat_back_addr":"172.21.15.145:6817/917195454","heartbeat_front_addr":"172.21.15.145:6815/917195454","state":["exists","up"]},{"osd":4,"uuid":"752b61c4-4504-4e38-aa76-481d0f243d96","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6816","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6817","nonce":1297082073}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6818","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6819","nonce":1297082073}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6822","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6823","nonce":1297082073}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6820","nonce":1297082073},{"type":"v1","addr":"172.21.15.193:6821","nonce":1297082073}]},"public_addr":"172.21.15.193:6817/1297082073","cluster_addr":"172.21.15.193:6819/1297082073","heartbeat_back_addr":"172.21.15.193:6823/1297082073","heartbeat_front_addr":"172.21.15.193:6821/1297082073","state":["exists","up"]},{"osd":5,"uuid":"f5ad733a-711f-4ab3-838c-64b10d4938d8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6819","nonce":986549607}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6821","nonce":986549607}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6825","nonce":986549607}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":986549607},{"type":"v1","addr":"172.21.15.145:6823","nonce":986549607}]},"public_addr":"172.21.15.145:6819/986549607","cluster_addr":"172.21.15.145:6821/986549607","heartbeat_back_addr":"172.21.15.145:6825/986549607","heartbeat_front_addr":"172.21.15.145:6823/986549607","state":["exists","up"]},{"osd":6,"uuid":"25318ef8-61ae-4cb6-b620-1494d5928f19","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6824","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6825","nonce":3190496562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6826","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6827","nonce":3190496562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6830","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6831","nonce":3190496562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.193:6828","nonce":3190496562},{"type":"v1","addr":"172.21.15.193:6829","nonce":3190496562}]},"public_addr":"172.21.15.193:6825/3190496562","cluster_addr":"172.21.15.193:6827/3190496562","heartbeat_back_addr":"172.21.15.193:6831/3190496562","heartbeat_front_addr":"172.21.15.193:6829/3190496562","state":["exists","up"]},{"osd":7,"uuid":"bb30abdd-820e-4bb6-91d5-0cba4b6b380c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6827","nonce":3572661475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6829","nonce":3572661475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6832","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6833","nonce":3572661475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":3572661475},{"type":"v1","addr":"172.21.15.145:6831","nonce":3572661475}]},"public_addr":"172.21.15.145:6827/3572661475","cluster_addr":"172.21.15.145:6829/3572661475","heartbeat_back_addr":"172.21.15.145:6833/3572661475","heartbeat_front_addr":"172.21.15.145:6831/3572661475","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:38.238239+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:40.565045+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:41.762116+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:44.445987+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:45.337299+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:49.111054+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:48.800635+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-13T03:33:53.244348+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.145:0/4215360210":"2024-02-14T03:32:30.409722+0000","172.21.15.145:6800/3428711749":"2024-02-14T03:32:30.409722+0000","172.21.15.145:0/2957128513":"2024-02-14T03:32:30.409722+0000","172.21.15.145:6801/3574518892":"2024-02-14T03:31:51.992472+0000","172.21.15.145:0/3031517985":"2024-02-14T03:31:51.992472+0000","172.21.15.145:6801/3428711749":"2024-02-14T03:32:30.409722+0000","172.21.15.145:6800/3574518892":"2024-02-14T03:31:51.992472+0000","172.21.15.145:6800/3970994039":"2024-02-14T03:31:23.934488+0000","172.21.15.145:6801/3970994039":"2024-02-14T03:31:23.934488+0000","172.21.15.145:0/3869459951":"2024-02-14T03:31:51.992472+0000","172.21.15.145:0/3208325452":"2024-02-14T03:31:23.934488+0000","172.21.15.145:0/2021777651":"2024-02-14T03:31:23.934488+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-13T03:34:11.822 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-13T03:34:12.114 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:12.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:10.428721+0000 mgr.smithi145.ovnvbv (mgr.14180) 93 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:12.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:11.311774+0000 mon.smithi145 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.145:0/2728239974' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:34:12.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:12.122889+0000 mon.smithi145 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:12.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:12.145721+0000 mon.smithi145 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:12.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:10.428721+0000 mgr.smithi145.ovnvbv (mgr.14180) 93 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:12.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:11.311774+0000 mon.smithi145 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.145:0/2728239974' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-13T03:34:12.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:12.122889+0000 mon.smithi145 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:12.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:12.145721+0000 mon.smithi145 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:13.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:12.139360+0000 mgr.smithi145.ovnvbv (mgr.14180) 94 : cephadm [INF] Detected new or changed devices on smithi193 2024-02-13T03:34:13.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:12.431270+0000 mon.smithi145 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:13.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:12.431868+0000 mon.smithi145 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:13.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:12.432359+0000 mon.smithi145 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:13.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:12.432919+0000 mon.smithi145 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:13.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:12.437092+0000 mon.smithi145 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:13.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:12.139360+0000 mgr.smithi145.ovnvbv (mgr.14180) 94 : cephadm [INF] Detected new or changed devices on smithi193 2024-02-13T03:34:13.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:12.431270+0000 mon.smithi145 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:13.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:12.431868+0000 mon.smithi145 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:13.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:12.432359+0000 mon.smithi145 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:13.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:12.432919+0000 mon.smithi145 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:13.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:12.437092+0000 mon.smithi145 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:14.453 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:12.429021+0000 mgr.smithi145.ovnvbv (mgr.14180) 95 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:14.453 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:12.433311+0000 mgr.smithi145.ovnvbv (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi193 to 3990M 2024-02-13T03:34:14.473 INFO:teuthology.orchestra.run.smithi145.stdout:68719476746 2024-02-13T03:34:14.473 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-13T03:34:14.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:12.429021+0000 mgr.smithi145.ovnvbv (mgr.14180) 95 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:14.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:12.433311+0000 mgr.smithi145.ovnvbv (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi193 to 3990M 2024-02-13T03:34:14.755 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:15.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:14.429371+0000 mgr.smithi145.ovnvbv (mgr.14180) 97 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:15.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:14.429371+0000 mgr.smithi145.ovnvbv (mgr.14180) 97 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:16.469 INFO:teuthology.orchestra.run.smithi145.stdout:81604378633 2024-02-13T03:34:16.469 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-13T03:34:17.066 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:17.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:16.084438+0000 mgr.smithi145.ovnvbv (mgr.14180) 98 : cephadm [INF] Detected new or changed devices on smithi145 2024-02-13T03:34:17.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.089654+0000 mon.smithi145 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:17.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.382360+0000 mon.smithi145 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:17.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.383357+0000 mon.smithi145 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:17.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.383979+0000 mon.smithi145 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:17.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.384556+0000 mon.smithi145 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:17.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.385114+0000 mon.smithi145 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:17.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.388855+0000 mon.smithi145 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:17.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.390007+0000 mon.smithi145 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:17.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.390547+0000 mon.smithi145 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:34:17.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.394268+0000 mon.smithi145 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:17.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.397597+0000 mon.smithi145 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:34:17.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.400489+0000 mon.smithi145 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:34:17.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.401333+0000 mon.smithi145 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:34:17.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.401506+0000 mon.smithi145 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:17.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:16.401939+0000 mon.smithi145 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:16.084438+0000 mgr.smithi145.ovnvbv (mgr.14180) 98 : cephadm [INF] Detected new or changed devices on smithi145 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.089654+0000 mon.smithi145 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.382360+0000 mon.smithi145 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.383357+0000 mon.smithi145 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.383979+0000 mon.smithi145 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.384556+0000 mon.smithi145 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.385114+0000 mon.smithi145 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.388855+0000 mon.smithi145 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.390007+0000 mon.smithi145 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:17.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.390547+0000 mon.smithi145 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:34:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.394268+0000 mon.smithi145 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.397597+0000 mon.smithi145 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:34:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.400489+0000 mon.smithi145 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:34:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.401333+0000 mon.smithi145 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-13T03:34:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.401506+0000 mon.smithi145 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:17.403 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:16.401939+0000 mon.smithi145 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:18.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:34:16.385551+0000 mgr.smithi145.ovnvbv (mgr.14180) 99 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 3222M 2024-02-13T03:34:18.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:16.429690+0000 mgr.smithi145.ovnvbv (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:18.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:34:16.385551+0000 mgr.smithi145.ovnvbv (mgr.14180) 99 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 3222M 2024-02-13T03:34:18.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:16.429690+0000 mgr.smithi145.ovnvbv (mgr.14180) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:18.806 INFO:teuthology.orchestra.run.smithi145.stdout:85899345930 2024-02-13T03:34:18.806 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-13T03:34:19.152 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:20.331 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:18.430104+0000 mgr.smithi145.ovnvbv (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:20.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:18.430104+0000 mgr.smithi145.ovnvbv (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:20.997 INFO:teuthology.orchestra.run.smithi145.stdout:98784247817 2024-02-13T03:34:20.997 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-13T03:34:21.290 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:22.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:20.430408+0000 mgr.smithi145.ovnvbv (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:22.385 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:20.430408+0000 mgr.smithi145.ovnvbv (mgr.14180) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:23.081 INFO:teuthology.orchestra.run.smithi145.stdout:103079215113 2024-02-13T03:34:23.081 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-13T03:34:23.609 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:23.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:22.430683+0000 mgr.smithi145.ovnvbv (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:23.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:22.458156+0000 mon.smithi145 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:23.896 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:22.430683+0000 mgr.smithi145.ovnvbv (mgr.14180) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:23.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:22.458156+0000 mon.smithi145 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:25.444 INFO:teuthology.orchestra.run.smithi145.stdout:115964117002 2024-02-13T03:34:25.444 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-13T03:34:25.720 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:25.989 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:24.430953+0000 mgr.smithi145.ovnvbv (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:25.989 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:24.708721+0000 mon.smithi145 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:25.989 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:24.710506+0000 mon.smithi145 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:34:26.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:24.430953+0000 mgr.smithi145.ovnvbv (mgr.14180) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:26.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:24.708721+0000 mon.smithi145 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:26.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:24.710506+0000 mon.smithi145 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:34:27.291 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:25.979866+0000 mon.smithi145 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:27.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:25.979866+0000 mon.smithi145 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:27.805 INFO:teuthology.orchestra.run.smithi145.stdout:115964117002 2024-02-13T03:34:27.806 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-13T03:34:28.248 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:28.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:26.431358+0000 mgr.smithi145.ovnvbv (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:28.437 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:26.431358+0000 mgr.smithi145.ovnvbv (mgr.14180) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:29.740 INFO:teuthology.orchestra.run.smithi145.stdout:133143986185 2024-02-13T03:34:29.741 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-13T03:34:29.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:28.431684+0000 mgr.smithi145.ovnvbv (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:29.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:28.549112+0000 mon.smithi145 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:29.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:28.549955+0000 mon.smithi145 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:29.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:28.550705+0000 mon.smithi145 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:34:29.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:28.554908+0000 mon.smithi145 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:29.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:28.558496+0000 mon.smithi145 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:34:29.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:28.431684+0000 mgr.smithi145.ovnvbv (mgr.14180) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:29.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:28.549112+0000 mon.smithi145 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:29.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:28.549955+0000 mon.smithi145 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:34:29.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:28.550705+0000 mon.smithi145 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:34:29.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:28.554908+0000 mon.smithi145 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:34:29.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:28.558496+0000 mon.smithi145 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:34:30.007 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:31.104 INFO:teuthology.orchestra.run.smithi145.stdout:68719476750 2024-02-13T03:34:31.492 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476750 for osd.0 2024-02-13T03:34:31.492 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-13T03:34:31.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:30.432035+0000 mgr.smithi145.ovnvbv (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:31.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:31.104543+0000 mon.smithi145 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.145:0/3492253346' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-13T03:34:31.770 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:31.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:30.432035+0000 mgr.smithi145.ovnvbv (mgr.14180) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:31.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:31.104543+0000 mon.smithi145 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.145:0/3492253346' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-13T03:34:32.854 INFO:teuthology.orchestra.run.smithi145.stdout:81604378636 2024-02-13T03:34:33.226 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378633 got 81604378636 for osd.1 2024-02-13T03:34:33.226 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-13T03:34:33.492 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:33.896 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:32.432369+0000 mgr.smithi145.ovnvbv (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:33.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:32.854573+0000 mon.smithi145 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.145:0/70111091' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-13T03:34:33.937 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:32.432369+0000 mgr.smithi145.ovnvbv (mgr.14180) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:33.937 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:32.854573+0000 mon.smithi145 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.145:0/70111091' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-13T03:34:34.621 INFO:teuthology.orchestra.run.smithi145.stdout:85899345933 2024-02-13T03:34:34.897 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:34.621351+0000 mon.smithi145 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.145:0/2146794541' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-13T03:34:34.932 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:34.621351+0000 mon.smithi145 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.145:0/2146794541' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-13T03:34:35.009 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345933 for osd.2 2024-02-13T03:34:35.009 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-13T03:34:35.275 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:35.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:34.432692+0000 mgr.smithi145.ovnvbv (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:36.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:34.432692+0000 mgr.smithi145.ovnvbv (mgr.14180) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:36.379 INFO:teuthology.orchestra.run.smithi145.stdout:98784247820 2024-02-13T03:34:36.689 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:36.380259+0000 mon.smithi145 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.145:0/3234681761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-13T03:34:36.758 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247820 for osd.3 2024-02-13T03:34:36.758 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-13T03:34:37.023 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:37.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:36.380259+0000 mon.smithi145 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.145:0/3234681761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-13T03:34:37.795 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:36.433054+0000 mgr.smithi145.ovnvbv (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:38.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:36.433054+0000 mgr.smithi145.ovnvbv (mgr.14180) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:38.153 INFO:teuthology.orchestra.run.smithi145.stdout:103079215115 2024-02-13T03:34:38.583 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215113 got 103079215115 for osd.4 2024-02-13T03:34:38.584 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-13T03:34:38.851 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:38.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:38.153976+0000 mon.smithi145 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.145:0/1785925443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-13T03:34:39.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:38.153976+0000 mon.smithi145 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.145:0/1785925443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-13T03:34:39.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:38.433550+0000 mgr.smithi145.ovnvbv (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:39.963 INFO:teuthology.orchestra.run.smithi145.stdout:115964117005 2024-02-13T03:34:40.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:38.433550+0000 mgr.smithi145.ovnvbv (mgr.14180) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:40.331 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117002 got 115964117005 for osd.5 2024-02-13T03:34:40.332 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-13T03:34:40.598 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:40.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:39.963837+0000 mon.smithi145 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.145:0/1193812319' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-13T03:34:41.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:39.963837+0000 mon.smithi145 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.145:0/1193812319' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-13T03:34:41.717 INFO:teuthology.orchestra.run.smithi145.stdout:115964117004 2024-02-13T03:34:41.940 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:40.433872+0000 mgr.smithi145.ovnvbv (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:42.099 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117002 got 115964117004 for osd.6 2024-02-13T03:34:42.100 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-13T03:34:42.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:40.433872+0000 mgr.smithi145.ovnvbv (mgr.14180) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:42.367 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:42.802 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:41.716878+0000 mon.smithi145 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.145:0/3092764854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-13T03:34:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:41.716878+0000 mon.smithi145 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.145:0/3092764854' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-13T03:34:43.469 INFO:teuthology.orchestra.run.smithi145.stdout:133143986188 2024-02-13T03:34:43.780 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:42.434353+0000 mgr.smithi145.ovnvbv (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:43.780 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:43.470081+0000 mon.smithi145 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.145:0/1607522026' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-13T03:34:43.857 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986185 got 133143986188 for osd.7 2024-02-13T03:34:43.857 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-13T03:34:43.858 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-13T03:34:44.124 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:44.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:42.434353+0000 mgr.smithi145.ovnvbv (mgr.14180) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:44.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:43.470081+0000 mon.smithi145 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.145:0/1607522026' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-13T03:34:45.235 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:34:45.237 INFO:teuthology.orchestra.run.smithi145.stderr:dumped all 2024-02-13T03:34:45.614 INFO:teuthology.orchestra.run.smithi145.stdout:{"pg_ready":true,"pg_map":{"version":89,"stamp":"2024-02-13T03:34:44.434623+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":2379280,"kb_used_data":2512,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549168,"statfs":{"total":767926730752,"available":765490348032,"internally_reserved":0,"allocated":2572288,"data_stored":991069,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":33,"state":"active+clean","last_fresh":"2024-02-13T03:33:58.053896+0000","last_change":"2024-02-13T03:33:58.053896+0000","last_active":"2024-02-13T03:33:58.053896+0000","last_peered":"2024-02-13T03:33:58.053896+0000","last_clean":"2024-02-13T03:33:58.053896+0000","last_became_active":"2024-02-13T03:33:58.053551+0000","last_became_peered":"2024-02-13T03:33:58.053551+0000","last_unstale":"2024-02-13T03:33:58.053896+0000","last_undegraded":"2024-02-13T03:33:58.053896+0000","last_fullsized":"2024-02-13T03:33:58.053896+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-13T03:33:44.349046+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-13T03:33:44.349046+0000","last_clean_scrub_stamp":"2024-02-13T03:33:44.349046+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986188,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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.52100000000000002}]},{"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.39100000000000001}]},{"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.40600000000000003}]},{"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.45300000000000001}]},{"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.44500000000000001}]},{"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.54500000000000004}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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.314}]},{"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.42599999999999999}]},{"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.35599999999999998}]},{"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.47599999999999998}]},{"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.53100000000000003}]},{"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.51400000000000001}]},{"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.66600000000000004}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":123915,"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.49399999999999999}]},{"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.621}]},{"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.315}]},{"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.48099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27200000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53400000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33200000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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.42899999999999999}]},{"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.34999999999999998}]},{"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.48699999999999999}]},{"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.54000000000000004}]},{"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.44900000000000001}]},{"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.46500000000000002}]},{"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.622}]}]},{"osd":2,"up_from":20,"seq":85899345936,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":122778,"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.41899999999999998}]},{"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.49299999999999999}]},{"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.55800000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.62}]},{"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.54400000000000004}]},{"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.66400000000000003}]}]},{"osd":3,"up_from":23,"seq":98784247822,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":123226,"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.74299999999999999}]},{"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.52400000000000002}]},{"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.67000000000000004}]},{"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.64500000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58099999999999996}]},{"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.65100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63200000000000001}]}]},{"osd":4,"up_from":24,"seq":103079215117,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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.34499999999999997}]},{"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.60099999999999998}]},{"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.40000000000000002}]},{"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.58099999999999996}]},{"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.44800000000000001}]},{"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.61499999999999999}]},{"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.63500000000000001}]}]},{"osd":5,"up_from":27,"seq":115964117006,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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.58399999999999996}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38500000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54200000000000004}]},{"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.37}]},{"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.60899999999999999}]},{"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.60399999999999998}]},{"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.39700000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-13T03:34:45.615 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-13T03:34:45.883 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:45.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:44.434896+0000 mgr.smithi145.ovnvbv (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:46.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:44.434896+0000 mgr.smithi145.ovnvbv (mgr.14180) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:46.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:45.233723+0000 mgr.smithi145.ovnvbv (mgr.14180) 115 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:34:47.003 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:34:47.004 INFO:teuthology.orchestra.run.smithi145.stderr:dumped all 2024-02-13T03:34:47.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:45.233723+0000 mgr.smithi145.ovnvbv (mgr.14180) 115 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:34:47.398 INFO:teuthology.orchestra.run.smithi145.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-02-13T03:34:46.435068+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":2379280,"kb_used_data":2512,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549168,"statfs":{"total":767926730752,"available":765490348032,"internally_reserved":0,"allocated":2572288,"data_stored":991069,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":33,"state":"active+clean","last_fresh":"2024-02-13T03:33:58.053896+0000","last_change":"2024-02-13T03:33:58.053896+0000","last_active":"2024-02-13T03:33:58.053896+0000","last_peered":"2024-02-13T03:33:58.053896+0000","last_clean":"2024-02-13T03:33:58.053896+0000","last_became_active":"2024-02-13T03:33:58.053551+0000","last_became_peered":"2024-02-13T03:33:58.053551+0000","last_unstale":"2024-02-13T03:33:58.053896+0000","last_undegraded":"2024-02-13T03:33:58.053896+0000","last_fullsized":"2024-02-13T03:33:58.053896+0000","mapping_epoch":32,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":33,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-13T03:33:44.349046+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-13T03:33:44.349046+0000","last_clean_scrub_stamp":"2024-02-13T03:33:44.349046+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":31,"seq":133143986189,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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.55200000000000005}]},{"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.317}]},{"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.53500000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30399999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"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.40999999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]}]},{"osd":6,"up_from":27,"seq":115964117006,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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.27400000000000002}]},{"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.39700000000000002}]},{"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.32200000000000001}]},{"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.45000000000000001}]},{"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.438}]},{"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.503}]},{"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.48499999999999999}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":123915,"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.49399999999999999}]},{"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.621}]},{"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.315}]},{"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.48099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27200000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53400000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33200000000000002}]}]},{"osd":0,"up_from":16,"seq":68719476753,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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":"Tue Feb 13 03:34:43 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.194,"5min":1.194,"15min":1.194},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.61199999999999999}]},{"osd":2,"last update":"Tue Feb 13 03:34:44 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.39100000000000001}]},{"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.65700000000000003}]},{"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.47699999999999998}]},{"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.68999999999999995}]},{"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.48999999999999999}]},{"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.57999999999999996}]}]},{"osd":2,"up_from":20,"seq":85899345936,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297408,"kb_used_data":312,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443648,"statfs":{"total":95990841344,"available":95686295552,"internally_reserved":0,"allocated":319488,"data_stored":122778,"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.41899999999999998}]},{"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.49299999999999999}]},{"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.55800000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.502}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.62}]},{"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.54400000000000004}]},{"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.66400000000000003}]}]},{"osd":3,"up_from":23,"seq":98784247823,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":123226,"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.34499999999999997}]},{"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.25600000000000001}]},{"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.41899999999999998}]},{"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.317}]},{"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.28799999999999998}]},{"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.45300000000000001}]},{"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.375}]}]},{"osd":4,"up_from":24,"seq":103079215117,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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.34499999999999997}]},{"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.60099999999999998}]},{"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.40000000000000002}]},{"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.58099999999999996}]},{"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.44800000000000001}]},{"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.61499999999999999}]},{"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.63500000000000001}]}]},{"osd":5,"up_from":27,"seq":115964117007,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297412,"kb_used_data":316,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443644,"statfs":{"total":95990841344,"available":95686291456,"internally_reserved":0,"allocated":323584,"data_stored":124230,"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.504}]},{"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.29999999999999999}]},{"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.52600000000000002}]},{"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.315}]},{"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.60499999999999998}]},{"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.63400000000000001}]},{"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.42199999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-13T03:34:47.399 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-13T03:34:47.399 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-13T03:34:47.399 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-13T03:34:47.399 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-13T03:34:47.667 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/mon.smithi145/config 2024-02-13T03:34:47.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:46.435200+0000 mgr.smithi145.ovnvbv (mgr.14180) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:47.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:47.001544+0000 mgr.smithi145.ovnvbv (mgr.14180) 117 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:34:48.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:46.435200+0000 mgr.smithi145.ovnvbv (mgr.14180) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:48.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:47.001544+0000 mgr.smithi145.ovnvbv (mgr.14180) 117 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:34:49.048 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:34:49.392 INFO:teuthology.orchestra.run.smithi145.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-13T03:34:49.392 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-13T03:34:49.393 INFO:tasks.cephadm:Setup complete, yielding 2024-02-13T03:34:49.393 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T03:34:49.402 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:34:49.403 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-13T03:34:49.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:48.435671+0000 mgr.smithi145.ovnvbv (mgr.14180) 118 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:49.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:49.048328+0000 mon.smithi145 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.145:0/4024145446' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-13T03:34:50.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:48.435671+0000 mgr.smithi145.ovnvbv (mgr.14180) 118 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:50.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:49.048328+0000 mon.smithi145 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.145:0/4024145446' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-13T03:34:50.731 INFO:teuthology.orchestra.run.smithi145.stdout:Backend: cephadm 2024-02-13T03:34:50.731 INFO:teuthology.orchestra.run.smithi145.stdout:Available: Yes 2024-02-13T03:34:50.732 INFO:teuthology.orchestra.run.smithi145.stdout:Paused: No 2024-02-13T03:34:51.114 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-13T03:34:51.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:50.435979+0000 mgr.smithi145.ovnvbv (mgr.14180) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:51.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:50.731727+0000 mgr.smithi145.ovnvbv (mgr.14180) 120 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:52.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:50.435979+0000 mgr.smithi145.ovnvbv (mgr.14180) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:52.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:50.731727+0000 mgr.smithi145.ovnvbv (mgr.14180) 120 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:52.442 INFO:teuthology.orchestra.run.smithi145.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-13T03:34:52.442 INFO:teuthology.orchestra.run.smithi145.stdout:alertmanager.smithi145 smithi145 *:9093,9094 running (55s) 23s ago 2m 17.2M - 0.23.0 ba2b418f427c e7d5e1682f3d 2024-02-13T03:34:52.442 INFO:teuthology.orchestra.run.smithi145.stdout:crash.smithi145 smithi145 running (2m) 23s ago 2m 7302k - 16.2.14-521-g0e714d9a 1fbc92c859dc 264a5e8d4b21 2024-02-13T03:34:52.442 INFO:teuthology.orchestra.run.smithi145.stdout:crash.smithi193 smithi193 running (2m) 26s ago 2m 7424k - 16.2.14-521-g0e714d9a 1fbc92c859dc b26a54844c06 2024-02-13T03:34:52.442 INFO:teuthology.orchestra.run.smithi145.stdout:grafana.smithi145 smithi145 *:3000 running (51s) 23s ago 2m 46.1M - 8.3.5 dad864ee21e9 44d7a39f9088 2024-02-13T03:34:52.442 INFO:teuthology.orchestra.run.smithi145.stdout:mgr.smithi145.ovnvbv smithi145 *:9283 running (3m) 23s ago 3m 447M - 16.2.14-521-g0e714d9a 1fbc92c859dc 898eff27fd3b 2024-02-13T03:34:52.442 INFO:teuthology.orchestra.run.smithi145.stdout:mgr.smithi193.hvkkdk smithi193 *:8443,9283 running (2m) 26s ago 2m 392M - 16.2.14-521-g0e714d9a 1fbc92c859dc e040ad89baca 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:mon.smithi145 smithi145 running (3m) 23s ago 3m 73.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 38351dd6618d 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:mon.smithi193 smithi193 running (117s) 26s ago 117s 68.3M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc ec1b9745bba8 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:node-exporter.smithi145 smithi145 *:9100 running (2m) 23s ago 2m 23.8M - 1.3.1 1dbe0e931976 8e4ed7b76bc8 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:node-exporter.smithi193 smithi193 *:9100 running (103s) 26s ago 102s 21.7M - 1.3.1 1dbe0e931976 7cd7135c7517 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:osd.0 smithi193 running (78s) 26s ago 78s 36.3M 3990M 16.2.14-521-g0e714d9a 1fbc92c859dc ace5c35bfaa3 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:osd.1 smithi145 running (76s) 23s ago 76s 33.3M 3222M 16.2.14-521-g0e714d9a 1fbc92c859dc fd3812c3176b 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:osd.2 smithi193 running (75s) 26s ago 74s 33.5M 3990M 16.2.14-521-g0e714d9a 1fbc92c859dc 25477d11c3a2 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:osd.3 smithi145 running (72s) 23s ago 72s 34.6M 3222M 16.2.14-521-g0e714d9a 1fbc92c859dc 6771f55362f9 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:osd.4 smithi193 running (71s) 26s ago 71s 32.6M 3990M 16.2.14-521-g0e714d9a 1fbc92c859dc fdbdcf7946e0 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:osd.5 smithi145 running (67s) 23s ago 67s 32.6M 3222M 16.2.14-521-g0e714d9a 1fbc92c859dc e97f9d2ed65d 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:osd.6 smithi193 running (68s) 26s ago 67s 34.9M 3990M 16.2.14-521-g0e714d9a 1fbc92c859dc 5d47efb754bb 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:osd.7 smithi145 running (63s) 23s ago 63s 31.3M 3222M 16.2.14-521-g0e714d9a 1fbc92c859dc 0507f7fa96ba 2024-02-13T03:34:52.443 INFO:teuthology.orchestra.run.smithi145.stdout:prometheus.smithi145 smithi145 *:9095 running (47s) 23s ago 2m 46.4M - 2.33.4 514e6a882f6e d02729bf2054 2024-02-13T03:34:52.831 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-13T03:34:53.868 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:52.434858+0000 mgr.smithi145.ovnvbv (mgr.14180) 121 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:53.868 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:52.436290+0000 mgr.smithi145.ovnvbv (mgr.14180) 122 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:54.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:52.434858+0000 mgr.smithi145.ovnvbv (mgr.14180) 121 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:54.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:52.436290+0000 mgr.smithi145.ovnvbv (mgr.14180) 122 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:54.213 INFO:teuthology.orchestra.run.smithi145.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-13T03:34:54.213 INFO:teuthology.orchestra.run.smithi145.stdout:alertmanager ?:9093,9094 1/1 25s ago 3m count:1 2024-02-13T03:34:54.213 INFO:teuthology.orchestra.run.smithi145.stdout:crash 2/2 28s ago 3m * 2024-02-13T03:34:54.213 INFO:teuthology.orchestra.run.smithi145.stdout:grafana ?:3000 1/1 25s ago 3m count:1 2024-02-13T03:34:54.213 INFO:teuthology.orchestra.run.smithi145.stdout:mgr 2/2 28s ago 3m count:2 2024-02-13T03:34:54.213 INFO:teuthology.orchestra.run.smithi145.stdout:mon 2/2 28s ago 2m smithi145:172.21.15.145=smithi145;smithi193:172.21.15.193=smithi193;count:2 2024-02-13T03:34:54.213 INFO:teuthology.orchestra.run.smithi145.stdout:node-exporter ?:9100 2/2 28s ago 3m * 2024-02-13T03:34:54.213 INFO:teuthology.orchestra.run.smithi145.stdout:osd.all-available-devices 8 28s ago 103s * 2024-02-13T03:34:54.214 INFO:teuthology.orchestra.run.smithi145.stdout:prometheus ?:9095 1/1 25s ago 3m count:1 2024-02-13T03:34:54.571 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-13T03:34:55.883 INFO:teuthology.orchestra.run.smithi145.stdout:HOST ADDR LABELS STATUS 2024-02-13T03:34:55.883 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 172.21.15.145 2024-02-13T03:34:55.883 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 172.21.15.193 2024-02-13T03:34:55.884 INFO:teuthology.orchestra.run.smithi145.stdout:2 hosts in cluster 2024-02-13T03:34:55.905 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:54.210342+0000 mgr.smithi145.ovnvbv (mgr.14180) 123 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:55.906 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:54.436542+0000 mgr.smithi145.ovnvbv (mgr.14180) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:56.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:54.210342+0000 mgr.smithi145.ovnvbv (mgr.14180) 123 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:56.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:54.436542+0000 mgr.smithi145.ovnvbv (mgr.14180) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:56.271 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-13T03:34:56.890 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:55.883055+0000 mgr.smithi145.ovnvbv (mgr.14180) 125 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:57.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:55.883055+0000 mgr.smithi145.ovnvbv (mgr.14180) 125 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:57.557 INFO:teuthology.orchestra.run.smithi145.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-13T03:34:57.557 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500N9400BGN 372G 41s ago Has a FileSystem, LVM detected 2024-02-13T03:34:57.557 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme1n1 ssd Linux_ef7493c66b74f4bae69d 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:57.557 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme2n1 ssd Linux_39dbc77c3047e3b7a28b 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:57.557 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme3n1 ssd Linux_3021e9aeb30b3a39fa4d 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:57.558 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme4n1 ssd Linux_e23982121484d301860a 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:57.558 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500HB400BGN 372G 45s ago Has a FileSystem, LVM detected 2024-02-13T03:34:57.558 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme1n1 ssd Linux_f6fefe04890a8e8032fd 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:57.558 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme2n1 ssd Linux_bfa3a0db3ba7a5b72518 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:57.558 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme3n1 ssd Linux_3be5ee84520dcfaf2bd5 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:57.558 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme4n1 ssd Linux_34cdd1d616032bc6f73c 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:57.844 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:56.436841+0000 mgr.smithi145.ovnvbv (mgr.14180) 126 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:57.920 INFO:teuthology.run_tasks:Running task vip... 2024-02-13T03:34:57.929 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-13T03:34:57.929 INFO:tasks.vip:peername 172.21.15.145 2024-02-13T03:34:57.932 INFO:tasks.vip:172.21.15.145 in 172.21.0.0/20, pos 3984 2024-02-13T03:34:57.936 INFO:tasks.vip:smithi145.front.sepia.ceph.com static 10.0.15.145, vnet 10.0.0.0/16 2024-02-13T03:34:57.936 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-13T03:34:57.937 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip route ls 2024-02-13T03:34:57.965 INFO:teuthology.orchestra.run.smithi145.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-13T03:34:57.965 INFO:teuthology.orchestra.run.smithi145.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.145 metric 100 2024-02-13T03:34:57.966 INFO:tasks.vip:Configuring 10.0.15.145 on smithi145.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T03:34:57.966 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr add 10.0.15.145/16 dev enp3s0f1 2024-02-13T03:34:58.034 INFO:tasks.vip:peername 172.21.15.193 2024-02-13T03:34:58.037 INFO:tasks.vip:172.21.15.193 in 172.21.0.0/20, pos 4032 2024-02-13T03:34:58.041 INFO:tasks.vip:smithi193.front.sepia.ceph.com static 10.0.15.193, vnet 10.0.0.0/16 2024-02-13T03:34:58.041 DEBUG:teuthology.orchestra.run.smithi193:> sudo ip route ls 2024-02-13T03:34:58.074 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:56.436841+0000 mgr.smithi145.ovnvbv (mgr.14180) 126 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:58.078 INFO:teuthology.orchestra.run.smithi193.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-13T03:34:58.078 INFO:teuthology.orchestra.run.smithi193.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.193 metric 100 2024-02-13T03:34:58.079 INFO:tasks.vip:Configuring 10.0.15.193 on smithi193.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T03:34:58.080 DEBUG:teuthology.orchestra.run.smithi193:> sudo ip addr add 10.0.15.193/16 dev enp3s0f1 2024-02-13T03:34:58.151 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T03:34:58.160 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:34:58.160 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-13T03:34:58.858 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:57.555530+0000 mgr.smithi145.ovnvbv (mgr.14180) 127 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:59.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:57.555530+0000 mgr.smithi145.ovnvbv (mgr.14180) 127 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:34:59.546 INFO:teuthology.orchestra.run.smithi145.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-13T03:34:59.546 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500N9400BGN 372G 43s ago Has a FileSystem, LVM detected 2024-02-13T03:34:59.547 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme1n1 ssd Linux_ef7493c66b74f4bae69d 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:59.547 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme2n1 ssd Linux_39dbc77c3047e3b7a28b 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:59.547 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme3n1 ssd Linux_3021e9aeb30b3a39fa4d 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:59.547 INFO:teuthology.orchestra.run.smithi145.stdout:smithi145 /dev/nvme4n1 ssd Linux_e23982121484d301860a 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:59.547 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620500HB400BGN 372G 47s ago Has a FileSystem, LVM detected 2024-02-13T03:34:59.547 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme1n1 ssd Linux_f6fefe04890a8e8032fd 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:59.547 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme2n1 ssd Linux_bfa3a0db3ba7a5b72518 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:59.547 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme3n1 ssd Linux_3be5ee84520dcfaf2bd5 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:59.547 INFO:teuthology.orchestra.run.smithi145.stdout:smithi193 /dev/nvme4n1 ssd Linux_34cdd1d616032bc6f73c 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-13T03:34:59.861 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:34:58.437139+0000 mgr.smithi145.ovnvbv (mgr.14180) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:34:59.861 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:34:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:59.583881+0000 mon.smithi145 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:34:59.943 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-13T03:34:59.952 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:34:59.952 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-13T03:34:59.982 INFO:teuthology.orchestra.run.smithi145.stderr:+ systemctl stop nfs-server 2024-02-13T03:34:59.989 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi193.front.sepia.ceph.com 2024-02-13T03:34:59.989 DEBUG:teuthology.orchestra.run.smithi193:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-13T03:35:00.015 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:34:58.437139+0000 mgr.smithi145.ovnvbv (mgr.14180) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:00.015 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:34:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:59.583881+0000 mon.smithi145 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:35:00.017 INFO:teuthology.orchestra.run.smithi193.stderr:+ systemctl stop nfs-server 2024-02-13T03:35:00.025 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T03:35:00.033 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:35:00.033 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-02-13T03:35:01.061 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:34:59.544768+0000 mgr.smithi145.ovnvbv (mgr.14180) 129 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:35:01.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:34:59.544768+0000 mgr.smithi145.ovnvbv (mgr.14180) 129 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:35:01.738 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled rgw.foorgw update... 2024-02-13T03:35:02.048 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:00.437404+0000 mgr.smithi145.ovnvbv (mgr.14180) 130 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:02.048 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:00.863849+0000 mon.smithi145 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:02.049 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:01.738039+0000 mon.smithi145 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:02.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:00.437404+0000 mgr.smithi145.ovnvbv (mgr.14180) 130 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:02.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:00.863849+0000 mon.smithi145 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:02.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:01.738039+0000 mon.smithi145 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:02.180 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.145/16' 2024-02-13T03:35:02.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:01.733318+0000 mgr.smithi145.ovnvbv (mgr.14180) 131 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:35:02.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:01.734439+0000 mgr.smithi145.ovnvbv (mgr.14180) 132 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-13T03:35:03.137 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:01.733318+0000 mgr.smithi145.ovnvbv (mgr.14180) 131 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:35:03.137 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:01.734439+0000 mgr.smithi145.ovnvbv (mgr.14180) 132 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-13T03:35:04.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:02.437796+0000 mgr.smithi145.ovnvbv (mgr.14180) 133 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:04.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:03.371513+0000 mon.smithi145 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:04.125 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:03.734206+0000 mon.smithi145 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:04.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:02.437796+0000 mgr.smithi145.ovnvbv (mgr.14180) 133 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:04.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:03.371513+0000 mon.smithi145 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:04.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:03.734206+0000 mon.smithi145 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:05.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:03.952956+0000 mgr.smithi145.ovnvbv (mgr.14180) 134 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.145/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:35:05.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:03.954183+0000 mon.smithi145 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T03:35:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:03.952956+0000 mgr.smithi145.ovnvbv (mgr.14180) 134 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.145/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:35:05.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:03.954183+0000 mon.smithi145 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-13T03:35:05.915 INFO:teuthology.orchestra.run.smithi145.stdout:NFS Cluster Created Successfully 2024-02-13T03:35:06.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:04.438298+0000 mgr.smithi145.ovnvbv (mgr.14180) 135 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:06.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:04.880590+0000 mon.smithi145 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-13T03:35:06.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:04.880653+0000 mon.smithi145 (mon.0) 569 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-13T03:35:06.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:04.881639+0000 mon.smithi145 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T03:35:06.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:04.438298+0000 mgr.smithi145.ovnvbv (mgr.14180) 135 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:06.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:04.880590+0000 mon.smithi145 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-13T03:35:06.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:04.880653+0000 mon.smithi145 (mon.0) 569 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-02-13T03:35:06.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:04.881639+0000 mon.smithi145 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-13T03:35:06.409 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-13T03:35:06.421 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:35:06.421 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-02-13T03:35:06.451 INFO:teuthology.orchestra.run.smithi145.stderr:+ dnf install -y python3-boto3 2024-02-13T03:35:06.786 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:05.882681+0000 mon.smithi145 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:05.882877+0000 mon.smithi145 (mon.0) 572 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:05.908095+0000 mgr.smithi145.ovnvbv (mgr.14180) 136 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:05.911224+0000 mon.smithi145 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:05.912348+0000 mgr.smithi145.ovnvbv (mgr.14180) 137 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:05.915023+0000 mon.smithi145 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.640773+0000 mon.smithi145 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.641743+0000 mon.smithi145 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.642427+0000 mon.smithi145 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:35:07.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.646509+0000 mon.smithi145 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.649980+0000 mon.smithi145 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:35:07.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.657511+0000 mon.smithi145 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.658027+0000 mon.smithi145 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi193.spcsid", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:35:07.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.662842+0000 mon.smithi145 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi193.spcsid", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:35:07.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.667492+0000 mon.smithi145 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:06.668172+0000 mon.smithi145 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:05.882681+0000 mon.smithi145 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-13T03:35:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:05.882877+0000 mon.smithi145 (mon.0) 572 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-02-13T03:35:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:05.908095+0000 mgr.smithi145.ovnvbv (mgr.14180) 136 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-13T03:35:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:05.911224+0000 mon.smithi145 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:05.912348+0000 mgr.smithi145.ovnvbv (mgr.14180) 137 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-13T03:35:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:05.915023+0000 mon.smithi145 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.640773+0000 mon.smithi145 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.641743+0000 mon.smithi145 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.642427+0000 mon.smithi145 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:35:07.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.646509+0000 mon.smithi145 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.649980+0000 mon.smithi145 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:35:07.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.657511+0000 mon.smithi145 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.658027+0000 mon.smithi145 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi193.spcsid", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:35:07.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.662842+0000 mon.smithi145 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi193.spcsid", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:35:07.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.667492+0000 mon.smithi145 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:07.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:06.668172+0000 mon.smithi145 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:08.143 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:06.438715+0000 mgr.smithi145.ovnvbv (mgr.14180) 138 : cluster [DBG] pgmap v102: 33 pgs: 6 creating+peering, 8 unknown, 19 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:08.143 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:06.654389+0000 mgr.smithi145.ovnvbv (mgr.14180) 139 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-13T03:35:08.144 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:06.668684+0000 mgr.smithi145.ovnvbv (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi193.spcsid on smithi193 2024-02-13T03:35:08.144 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:06.892064+0000 mon.smithi145 (mon.0) 585 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-13T03:35:08.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:06.438715+0000 mgr.smithi145.ovnvbv (mgr.14180) 138 : cluster [DBG] pgmap v102: 33 pgs: 6 creating+peering, 8 unknown, 19 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:08.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:06.654389+0000 mgr.smithi145.ovnvbv (mgr.14180) 139 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-13T03:35:08.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:06.668684+0000 mgr.smithi145.ovnvbv (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi193.spcsid on smithi193 2024-02-13T03:35:08.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:06.892064+0000 mon.smithi145 (mon.0) 585 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-02-13T03:35:09.081 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 16 kB/s | 4.5 kB 00:00 2024-02-13T03:35:09.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:07.926304+0000 mon.smithi145 (mon.0) 586 : cluster [DBG] mgrmap e19: smithi145.ovnvbv(active, since 2m), standbys: smithi193.hvkkdk 2024-02-13T03:35:09.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:08.591485+0000 mon.smithi145 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:09.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:08.592758+0000 mon.smithi145 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.rzbydk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:35:09.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:08.597922+0000 mon.smithi145 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.rzbydk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:35:09.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:08.603579+0000 mon.smithi145 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:09.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:08.604285+0000 mon.smithi145 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:09.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:07.926304+0000 mon.smithi145 (mon.0) 586 : cluster [DBG] mgrmap e19: smithi145.ovnvbv(active, since 2m), standbys: smithi193.hvkkdk 2024-02-13T03:35:09.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:08.591485+0000 mon.smithi145 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:09.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:08.592758+0000 mon.smithi145 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.rzbydk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:35:09.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:08.597922+0000 mon.smithi145 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi145.rzbydk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:35:09.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:08.603579+0000 mon.smithi145 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:09.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:08.604285+0000 mon.smithi145 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:09.919 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 12 kB/s | 4.1 kB 00:00 2024-02-13T03:35:10.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:08.439094+0000 mgr.smithi145.ovnvbv (mgr.14180) 141 : cluster [DBG] pgmap v104: 33 pgs: 6 creating+peering, 5 unknown, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:10.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:08.604802+0000 mgr.smithi145.ovnvbv (mgr.14180) 142 : cephadm [INF] Deploying daemon rgw.foorgw.smithi145.rzbydk on smithi145 2024-02-13T03:35:10.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:08.933910+0000 mon.smithi145 (mon.0) 592 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-13T03:35:10.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:08.935293+0000 mon.smithi193 (mon.1) 22 : audit [INF] from='client.? 172.21.15.193:0/1408011476' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-13T03:35:10.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:08.936386+0000 mon.smithi145 (mon.0) 593 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-13T03:35:10.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:08.439094+0000 mgr.smithi145.ovnvbv (mgr.14180) 141 : cluster [DBG] pgmap v104: 33 pgs: 6 creating+peering, 5 unknown, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:35:10.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:08.604802+0000 mgr.smithi145.ovnvbv (mgr.14180) 142 : cephadm [INF] Deploying daemon rgw.foorgw.smithi145.rzbydk on smithi145 2024-02-13T03:35:10.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:08.933910+0000 mon.smithi145 (mon.0) 592 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-02-13T03:35:10.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:08.935293+0000 mon.smithi193 (mon.1) 22 : audit [INF] from='client.? 172.21.15.193:0/1408011476' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-13T03:35:10.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:08.936386+0000 mon.smithi145 (mon.0) 593 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-13T03:35:11.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:09.933164+0000 mon.smithi145 (mon.0) 594 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-13T03:35:11.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:09.933274+0000 mon.smithi145 (mon.0) 595 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-13T03:35:11.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.518377+0000 mon.smithi145 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:11.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.522633+0000 mon.smithi145 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:11.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.539148+0000 mon.smithi145 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.oaohop", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T03:35:11.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.542525+0000 mon.smithi145 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.oaohop", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T03:35:11.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.543256+0000 mon.smithi145 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-13T03:35:11.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.547837+0000 mon.smithi145 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-13T03:35:11.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.548691+0000 mon.smithi145 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:11.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.585401+0000 mon.smithi145 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T03:35:11.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.588958+0000 mon.smithi145 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T03:35:11.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.632869+0000 mon.smithi145 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.oaohop-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:35:11.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.638071+0000 mon.smithi145 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.oaohop-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:35:11.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.641333+0000 mon.smithi145 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:09.933164+0000 mon.smithi145 (mon.0) 594 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:09.933274+0000 mon.smithi145 (mon.0) 595 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.518377+0000 mon.smithi145 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.522633+0000 mon.smithi145 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.539148+0000 mon.smithi145 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.oaohop", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.542525+0000 mon.smithi145 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.oaohop", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.543256+0000 mon.smithi145 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.547837+0000 mon.smithi145 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.548691+0000 mon.smithi145 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.585401+0000 mon.smithi145 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.588958+0000 mon.smithi145 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-13T03:35:11.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.632869+0000 mon.smithi145 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.oaohop-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-13T03:35:11.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.638071+0000 mon.smithi145 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi145.oaohop-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-13T03:35:11.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.641333+0000 mon.smithi145 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:35:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:10.439461+0000 mgr.smithi145.ovnvbv (mgr.14180) 143 : cluster [DBG] pgmap v107: 65 pgs: 2 creating+peering, 21 unknown, 42 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 767 B/s wr, 1 op/s 2024-02-13T03:35:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:10.538878+0000 mgr.smithi145.ovnvbv (mgr.14180) 144 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi145.oaohop 2024-02-13T03:35:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:10.543047+0000 mgr.smithi145.ovnvbv (mgr.14180) 145 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T03:35:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:10.632456+0000 mgr.smithi145.ovnvbv (mgr.14180) 146 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T03:35:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:10.632541+0000 mgr.smithi145.ovnvbv (mgr.14180) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi145.oaohop-rgw 2024-02-13T03:35:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:10.642052+0000 mgr.smithi145.ovnvbv (mgr.14180) 148 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi145.oaohop on smithi145 2024-02-13T03:35:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:10.950352+0000 mon.smithi145 (mon.0) 608 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-13T03:35:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.953716+0000 mon.smithi145 (mon.0) 609 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:35:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.955184+0000 mon.smithi193 (mon.1) 23 : audit [INF] from='client.? 172.21.15.193:0/1408011476' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:35:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:10.955571+0000 mon.smithi145 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:10.439461+0000 mgr.smithi145.ovnvbv (mgr.14180) 143 : cluster [DBG] pgmap v107: 65 pgs: 2 creating+peering, 21 unknown, 42 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 767 B/s wr, 1 op/s 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:10.538878+0000 mgr.smithi145.ovnvbv (mgr.14180) 144 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi145.oaohop 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:10.543047+0000 mgr.smithi145.ovnvbv (mgr.14180) 145 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:10.632456+0000 mgr.smithi145.ovnvbv (mgr.14180) 146 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:10.632541+0000 mgr.smithi145.ovnvbv (mgr.14180) 147 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi145.oaohop-rgw 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:10.642052+0000 mgr.smithi145.ovnvbv (mgr.14180) 148 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi145.oaohop on smithi145 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:10.950352+0000 mon.smithi145 (mon.0) 608 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.953716+0000 mon.smithi145 (mon.0) 609 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.955184+0000 mon.smithi193 (mon.1) 23 : audit [INF] from='client.? 172.21.15.193:0/1408011476' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:35:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:10.955571+0000 mon.smithi145 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-13T03:35:12.517 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-02-13T03:35:12.517 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-13T03:35:12.517 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2024-02-13T03:35:12.517 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-13T03:35:12.517 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout:Install 4 Packages 2024-02-13T03:35:12.518 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:12.519 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 4.8 M 2024-02-13T03:35:12.519 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 49 M 2024-02-13T03:35:12.519 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-02-13T03:35:13.004 INFO:teuthology.orchestra.run.smithi145.stdout:(1/4): python3-boto3-1.15.15-1.el8.noarch.rpm 517 kB/s | 152 kB 00:00 2024-02-13T03:35:13.029 INFO:teuthology.orchestra.run.smithi145.stdout:(2/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 338 kB/s | 108 kB 00:00 2024-02-13T03:35:13.363 INFO:teuthology.orchestra.run.smithi145.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 125 kB/s | 45 kB 00:00 2024-02-13T03:35:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:11.951014+0000 mon.smithi145 (mon.0) 611 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-13T03:35:13.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:11.951128+0000 mon.smithi145 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-13T03:35:13.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:11.951250+0000 mon.smithi145 (mon.0) 613 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-13T03:35:13.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:12.466408+0000 mon.smithi145 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:13.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:12.473348+0000 mon.smithi145 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:13.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:11.951014+0000 mon.smithi145 (mon.0) 611 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-13T03:35:13.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:11.951128+0000 mon.smithi145 (mon.0) 612 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-13T03:35:13.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:11.951250+0000 mon.smithi145 (mon.0) 613 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-13T03:35:13.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:12.466408+0000 mon.smithi145 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:13.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:12.473348+0000 mon.smithi145 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:14.255 INFO:teuthology.orchestra.run.smithi145.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 2.9 MB/s | 4.5 MB 00:01 2024-02-13T03:35:14.258 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-02-13T03:35:14.258 INFO:teuthology.orchestra.run.smithi145.stdout:Total 2.7 MB/s | 4.8 MB 00:01 2024-02-13T03:35:14.272 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-02-13T03:35:14.283 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-02-13T03:35:14.283 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-02-13T03:35:14.365 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-02-13T03:35:14.374 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-02-13T03:35:14.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:12.439865+0000 mgr.smithi145.ovnvbv (mgr.14180) 149 : cluster [DBG] pgmap v110: 97 pgs: 15 creating+peering, 18 unknown, 64 active+clean; 981 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-13T03:35:14.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:35:12.482047+0000 mgr.smithi145.ovnvbv (mgr.14180) 150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi193.gwlztg on smithi193 2024-02-13T03:35:14.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:12.964790+0000 mon.smithi145 (mon.0) 616 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-13T03:35:14.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:12.965785+0000 mon.smithi193 (mon.1) 24 : audit [INF] from='client.? 172.21.15.193:0/1408011476' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:35:14.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:12.965896+0000 mon.smithi145 (mon.0) 617 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:35:14.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:12.966879+0000 mon.smithi145 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:35:14.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:12.439865+0000 mgr.smithi145.ovnvbv (mgr.14180) 149 : cluster [DBG] pgmap v110: 97 pgs: 15 creating+peering, 18 unknown, 64 active+clean; 981 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-13T03:35:14.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:35:12.482047+0000 mgr.smithi145.ovnvbv (mgr.14180) 150 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi193.gwlztg on smithi193 2024-02-13T03:35:14.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:12.964790+0000 mon.smithi145 (mon.0) 616 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-13T03:35:14.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:12.965785+0000 mon.smithi193 (mon.1) 24 : audit [INF] from='client.? 172.21.15.193:0/1408011476' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:35:14.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:12.965896+0000 mon.smithi145 (mon.0) 617 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:35:14.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:12.966879+0000 mon.smithi145 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-13T03:35:14.615 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-02-13T03:35:15.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:13.972572+0000 mon.smithi145 (mon.0) 619 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-13T03:35:15.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:13.972770+0000 mon.smithi145 (mon.0) 620 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-13T03:35:15.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:13.972997+0000 mon.smithi145 (mon.0) 621 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-13T03:35:15.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:13.972572+0000 mon.smithi145 (mon.0) 619 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-13T03:35:15.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:13.972770+0000 mon.smithi145 (mon.0) 620 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-13T03:35:15.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:13.972997+0000 mon.smithi145 (mon.0) 621 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-13T03:35:15.883 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-02-13T03:35:16.153 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-13T03:35:16.390 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-13T03:35:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:14.440309+0000 mgr.smithi145.ovnvbv (mgr.14180) 151 : cluster [DBG] pgmap v113: 129 pgs: 17 creating+peering, 30 unknown, 82 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-13T03:35:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:14.976084+0000 mon.smithi145 (mon.0) 622 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-13T03:35:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:14.981662+0000 mon.smithi145 (mon.0) 623 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:35:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:14.982343+0000 mon.smithi193 (mon.1) 25 : audit [INF] from='client.? 172.21.15.193:0/3890850375' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:35:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:14.983625+0000 mon.smithi145 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:35:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:15.463262+0000 mon.smithi145 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:16.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:14.440309+0000 mgr.smithi145.ovnvbv (mgr.14180) 151 : cluster [DBG] pgmap v113: 129 pgs: 17 creating+peering, 30 unknown, 82 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-02-13T03:35:16.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:14.976084+0000 mon.smithi145 (mon.0) 622 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-13T03:35:16.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:14.981662+0000 mon.smithi145 (mon.0) 623 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:35:16.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:14.982343+0000 mon.smithi193 (mon.1) 25 : audit [INF] from='client.? 172.21.15.193:0/3890850375' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:35:16.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:14.983625+0000 mon.smithi145 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-13T03:35:16.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:15.463262+0000 mon.smithi145 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:16.635 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-13T03:35:16.888 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-13T03:35:16.889 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-02-13T03:35:16.889 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-13T03:35:16.889 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-13T03:35:17.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:15.977440+0000 mon.smithi145 (mon.0) 626 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-13T03:35:17.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:15.977560+0000 mon.smithi145 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-13T03:35:17.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:15.977692+0000 mon.smithi145 (mon.0) 628 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-13T03:35:17.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:15.980534+0000 mon.smithi145 (mon.0) 629 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:35:17.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:15.993172+0000 mon.smithi193 (mon.1) 26 : audit [INF] from='client.? 172.21.15.193:0/3890850375' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:35:17.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:15.994233+0000 mon.smithi145 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:35:17.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:16.978709+0000 mon.smithi145 (mon.0) 631 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:35:17.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:16.978776+0000 mon.smithi145 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:35:17.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:16.978858+0000 mon.smithi145 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-13T03:35:17.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:15.977440+0000 mon.smithi145 (mon.0) 626 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-13T03:35:17.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:15.977560+0000 mon.smithi145 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-13T03:35:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:15.977692+0000 mon.smithi145 (mon.0) 628 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-13T03:35:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:15.980534+0000 mon.smithi145 (mon.0) 629 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:35:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:15.993172+0000 mon.smithi193 (mon.1) 26 : audit [INF] from='client.? 172.21.15.193:0/3890850375' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:35:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:15.994233+0000 mon.smithi145 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:35:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:16.978709+0000 mon.smithi145 (mon.0) 631 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:35:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:16.978776+0000 mon.smithi145 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi193.spcsid' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:35:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:16.978858+0000 mon.smithi145 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-13T03:35:18.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:16.440830+0000 mgr.smithi145.ovnvbv (mgr.14180) 152 : cluster [DBG] pgmap v116: 161 pgs: 12 creating+peering, 13 unknown, 136 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 2.2 KiB/s wr, 10 op/s 2024-02-13T03:35:18.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:16.440830+0000 mgr.smithi145.ovnvbv (mgr.14180) 152 : cluster [DBG] pgmap v116: 161 pgs: 12 creating+peering, 13 unknown, 136 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 2.2 KiB/s wr, 10 op/s 2024-02-13T03:35:20.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:18.441284+0000 mgr.smithi145.ovnvbv (mgr.14180) 153 : cluster [DBG] pgmap v118: 161 pgs: 8 creating+peering, 2 unknown, 151 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 3.8 KiB/s wr, 129 op/s 2024-02-13T03:35:20.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:18.441284+0000 mgr.smithi145.ovnvbv (mgr.14180) 153 : cluster [DBG] pgmap v118: 161 pgs: 8 creating+peering, 2 unknown, 151 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 3.8 KiB/s wr, 129 op/s 2024-02-13T03:35:22.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:20.441814+0000 mgr.smithi145.ovnvbv (mgr.14180) 154 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 KiB/s rd, 5.0 KiB/s wr, 235 op/s 2024-02-13T03:35:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:20.441814+0000 mgr.smithi145.ovnvbv (mgr.14180) 154 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 KiB/s rd, 5.0 KiB/s wr, 235 op/s 2024-02-13T03:35:24.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:22.442525+0000 mgr.smithi145.ovnvbv (mgr.14180) 155 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 161 KiB/s rd, 5.4 KiB/s wr, 305 op/s 2024-02-13T03:35:24.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:22.442525+0000 mgr.smithi145.ovnvbv (mgr.14180) 155 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 161 KiB/s rd, 5.4 KiB/s wr, 305 op/s 2024-02-13T03:35:26.233 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-02-13T03:35:26.234 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2024-02-13T03:35:26.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:24.443068+0000 mgr.smithi145.ovnvbv (mgr.14180) 156 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 153 KiB/s rd, 4.7 KiB/s wr, 286 op/s 2024-02-13T03:35:26.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:25.471918+0000 mon.smithi145 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:26.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:24.443068+0000 mgr.smithi145.ovnvbv (mgr.14180) 156 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 153 KiB/s rd, 4.7 KiB/s wr, 286 op/s 2024-02-13T03:35:26.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:25.471918+0000 mon.smithi145 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:26.774 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:26.774 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-02-13T03:35:26.774 INFO:teuthology.orchestra.run.smithi145.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-02-13T03:35:26.774 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-02-13T03:35:26.775 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:26.775 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-02-13T03:35:26.949 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2024-02-13T03:35:27.017 INFO:teuthology.orchestra.run.smithi145.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-02-13T03:35:27.259 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 2024-02-13T03:35:27.284 INFO:teuthology.orchestra.run.smithi145.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc 2024-02-13T03:35:28.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:26.443646+0000 mgr.smithi145.ovnvbv (mgr.14180) 157 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 157 KiB/s rd, 3.2 KiB/s wr, 283 op/s 2024-02-13T03:35:28.419 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:26.443646+0000 mgr.smithi145.ovnvbv (mgr.14180) 157 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 157 KiB/s rd, 3.2 KiB/s wr, 283 op/s 2024-02-13T03:35:28.633 INFO:teuthology.run_tasks:Running task python... 2024-02-13T03:35:28.670 INFO:tasks.python:Running python on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:35:28.670 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2024-02-13T03:35:28.671 DEBUG:teuthology.orchestra.run.smithi145:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-02-13T03:35:30.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:28.444235+0000 mgr.smithi145.ovnvbv (mgr.14180) 158 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 137 KiB/s rd, 2.8 KiB/s wr, 247 op/s 2024-02-13T03:35:30.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:29.186795+0000 mon.smithi145 (mon.0) 635 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-13T03:35:30.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:29.187389+0000 mon.smithi145 (mon.0) 636 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-13T03:35:30.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:28.444235+0000 mgr.smithi145.ovnvbv (mgr.14180) 158 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 137 KiB/s rd, 2.8 KiB/s wr, 247 op/s 2024-02-13T03:35:30.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:29.186795+0000 mon.smithi145 (mon.0) 635 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-13T03:35:30.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:29.187389+0000 mon.smithi145 (mon.0) 636 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-13T03:35:31.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:30.192635+0000 mon.smithi145 (mon.0) 637 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-13T03:35:31.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:30.192909+0000 mon.smithi145 (mon.0) 638 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-13T03:35:31.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:30.198235+0000 mon.smithi145 (mon.0) 639 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:35:31.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:30.444932+0000 mgr.smithi145.ovnvbv (mgr.14180) 159 : cluster [DBG] pgmap v126: 193 pgs: 4 creating+peering, 22 unknown, 167 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 75 op/s 2024-02-13T03:35:31.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:31.193643+0000 mon.smithi145 (mon.0) 640 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:35:31.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:31.193697+0000 mon.smithi145 (mon.0) 641 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-13T03:35:31.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:30.192635+0000 mon.smithi145 (mon.0) 637 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-13T03:35:31.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:30.192909+0000 mon.smithi145 (mon.0) 638 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-13T03:35:31.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:30.198235+0000 mon.smithi145 (mon.0) 639 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-13T03:35:31.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:30.444932+0000 mgr.smithi145.ovnvbv (mgr.14180) 159 : cluster [DBG] pgmap v126: 193 pgs: 4 creating+peering, 22 unknown, 167 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 75 op/s 2024-02-13T03:35:31.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:31.193643+0000 mon.smithi145 (mon.0) 640 : audit [INF] from='client.? 172.21.15.145:0/928070384' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-13T03:35:31.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:31.193697+0000 mon.smithi145 (mon.0) 641 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-13T03:35:33.278 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-13T03:35:33.288 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:35:33.288 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-02-13T03:35:33.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:32.212344+0000 mon.smithi145 (mon.0) 642 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-13T03:35:33.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:32.215111+0000 mon.smithi145 (mon.0) 643 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-13T03:35:33.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:32.445435+0000 mgr.smithi145.ovnvbv (mgr.14180) 160 : cluster [DBG] pgmap v129: 225 pgs: 10 creating+peering, 29 unknown, 186 active+clean; 5.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 767 B/s wr, 5 op/s 2024-02-13T03:35:33.667 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:32.212344+0000 mon.smithi145 (mon.0) 642 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-13T03:35:33.667 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:32.215111+0000 mon.smithi145 (mon.0) 643 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-13T03:35:33.667 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:32.445435+0000 mgr.smithi145.ovnvbv (mgr.14180) 160 : cluster [DBG] pgmap v129: 225 pgs: 10 creating+peering, 29 unknown, 186 active+clean; 5.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 767 B/s wr, 5 op/s 2024-02-13T03:35:34.292 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:33.217204+0000 mon.smithi145 (mon.0) 644 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-13T03:35:34.292 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:33.217472+0000 mon.smithi145 (mon.0) 645 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-13T03:35:34.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:33.217204+0000 mon.smithi145 (mon.0) 644 : audit [INF] from='client.? 172.21.15.145:0/2683750174' entity='client.rgw.foorgw.smithi145.rzbydk' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-13T03:35:34.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:33.217472+0000 mon.smithi145 (mon.0) 645 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-13T03:35:34.885 INFO:teuthology.orchestra.run.smithi145.stdout:{ 2024-02-13T03:35:34.886 INFO:teuthology.orchestra.run.smithi145.stdout: "bind": "/foobucket", 2024-02-13T03:35:34.886 INFO:teuthology.orchestra.run.smithi145.stdout: "path": "foobucket", 2024-02-13T03:35:34.886 INFO:teuthology.orchestra.run.smithi145.stdout: "cluster": "foo", 2024-02-13T03:35:34.886 INFO:teuthology.orchestra.run.smithi145.stdout: "mode": "RW", 2024-02-13T03:35:34.886 INFO:teuthology.orchestra.run.smithi145.stdout: "squash": "none" 2024-02-13T03:35:34.886 INFO:teuthology.orchestra.run.smithi145.stdout:} 2024-02-13T03:35:35.264 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-13T03:35:35.458 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-13T03:35:35.458 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:35:35.459 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:34.220953+0000 mon.smithi145 (mon.0) 646 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-13T03:35:35.459 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:34.445974+0000 mgr.smithi145.ovnvbv (mgr.14180) 161 : cluster [DBG] pgmap v132: 225 pgs: 8 creating+peering, 20 unknown, 197 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-13T03:35:35.459 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:34.678068+0000 mgr.smithi145.ovnvbv (mgr.14180) 162 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:35:35.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:34.220953+0000 mon.smithi145 (mon.0) 646 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-13T03:35:35.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:34.445974+0000 mgr.smithi145.ovnvbv (mgr.14180) 161 : cluster [DBG] pgmap v132: 225 pgs: 8 creating+peering, 20 unknown, 197 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-13T03:35:35.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:34.678068+0000 mgr.smithi145.ovnvbv (mgr.14180) 162 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-13T03:35:36.946 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:36.946 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:35:37.329 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:35:37.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:36.447024+0000 mgr.smithi145.ovnvbv (mgr.14180) 163 : cluster [DBG] pgmap v133: 225 pgs: 6 creating+peering, 219 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 2.3 KiB/s wr, 28 op/s 2024-02-13T03:35:37.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:36.942428+0000 mgr.smithi145.ovnvbv (mgr.14180) 164 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:37.896 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:36.447024+0000 mgr.smithi145.ovnvbv (mgr.14180) 163 : cluster [DBG] pgmap v133: 225 pgs: 6 creating+peering, 219 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 2.3 KiB/s wr, 28 op/s 2024-02-13T03:35:37.896 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:36.942428+0000 mgr.smithi145.ovnvbv (mgr.14180) 164 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:38.330 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:35:39.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:38.447592+0000 mgr.smithi145.ovnvbv (mgr.14180) 165 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 1.8 KiB/s wr, 32 op/s 2024-02-13T03:35:39.787 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:39.788 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:35:40.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:38.447592+0000 mgr.smithi145.ovnvbv (mgr.14180) 165 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 1.8 KiB/s wr, 32 op/s 2024-02-13T03:35:40.231 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:35:40.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:39.785148+0000 mgr.smithi145.ovnvbv (mgr.14180) 166 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:40.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:40.486079+0000 mon.smithi145 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:41.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:39.785148+0000 mgr.smithi145.ovnvbv (mgr.14180) 166 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:41.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:40.486079+0000 mon.smithi145 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:35:41.232 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:35:41.942 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:40.448181+0000 mgr.smithi145.ovnvbv (mgr.14180) 167 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.1 KiB/s wr, 26 op/s 2024-02-13T03:35:42.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:40.448181+0000 mgr.smithi145.ovnvbv (mgr.14180) 167 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.1 KiB/s wr, 26 op/s 2024-02-13T03:35:42.638 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:42.639 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:35:43.021 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:35:43.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:42.448863+0000 mgr.smithi145.ovnvbv (mgr.14180) 168 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 998 B/s wr, 22 op/s 2024-02-13T03:35:43.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:42.635934+0000 mgr.smithi145.ovnvbv (mgr.14180) 169 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:44.021 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:35:44.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:42.448863+0000 mgr.smithi145.ovnvbv (mgr.14180) 168 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 998 B/s wr, 22 op/s 2024-02-13T03:35:44.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:42.635934+0000 mgr.smithi145.ovnvbv (mgr.14180) 169 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:45.524 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:45.525 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:35:45.902 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:44.449416+0000 mgr.smithi145.ovnvbv (mgr.14180) 170 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 700 B/s wr, 19 op/s 2024-02-13T03:35:45.936 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:35:46.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:44.449416+0000 mgr.smithi145.ovnvbv (mgr.14180) 170 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 700 B/s wr, 19 op/s 2024-02-13T03:35:46.936 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:35:46.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:45.521375+0000 mgr.smithi145.ovnvbv (mgr.14180) 171 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:47.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:45.521375+0000 mgr.smithi145.ovnvbv (mgr.14180) 171 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:47.951 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:46.450165+0000 mgr.smithi145.ovnvbv (mgr.14180) 172 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 597 B/s wr, 16 op/s 2024-02-13T03:35:48.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:46.450165+0000 mgr.smithi145.ovnvbv (mgr.14180) 172 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 597 B/s wr, 16 op/s 2024-02-13T03:35:48.309 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:48.310 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:35:48.711 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:35:49.712 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:35:49.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:48.306692+0000 mgr.smithi145.ovnvbv (mgr.14180) 173 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:49.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:48.450669+0000 mgr.smithi145.ovnvbv (mgr.14180) 174 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-13T03:35:50.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:48.306692+0000 mgr.smithi145.ovnvbv (mgr.14180) 173 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:50.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:48.450669+0000 mgr.smithi145.ovnvbv (mgr.14180) 174 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-13T03:35:51.654 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:51.654 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:35:51.940 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:50.451228+0000 mgr.smithi145.ovnvbv (mgr.14180) 175 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 170 B/s wr, 1 op/s 2024-02-13T03:35:52.043 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:35:52.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:50.451228+0000 mgr.smithi145.ovnvbv (mgr.14180) 175 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 170 B/s wr, 1 op/s 2024-02-13T03:35:52.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:51.650010+0000 mgr.smithi145.ovnvbv (mgr.14180) 176 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:53.044 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:35:53.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:51.650010+0000 mgr.smithi145.ovnvbv (mgr.14180) 176 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:53.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:52.451867+0000 mgr.smithi145.ovnvbv (mgr.14180) 177 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:35:54.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:52.451867+0000 mgr.smithi145.ovnvbv (mgr.14180) 177 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:35:54.413 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:54.414 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:35:54.801 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:35:55.802 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:35:55.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:54.410745+0000 mgr.smithi145.ovnvbv (mgr.14180) 178 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:55.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:54.452512+0000 mgr.smithi145.ovnvbv (mgr.14180) 179 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:35:56.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:54.410745+0000 mgr.smithi145.ovnvbv (mgr.14180) 178 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:56.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:54.452512+0000 mgr.smithi145.ovnvbv (mgr.14180) 179 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:35:57.410 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:35:57.411 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:35:57.801 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:35:57.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:56.453415+0000 mgr.smithi145.ovnvbv (mgr.14180) 180 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:35:58.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:56.453415+0000 mgr.smithi145.ovnvbv (mgr.14180) 180 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:35:58.801 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:35:58.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:35:57.407893+0000 mgr.smithi145.ovnvbv (mgr.14180) 181 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:59.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:35:57.407893+0000 mgr.smithi145.ovnvbv (mgr.14180) 181 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:35:59.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:35:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:35:58.454031+0000 mgr.smithi145.ovnvbv (mgr.14180) 182 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:36:00.120 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:00.121 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:00.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:35:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:35:58.454031+0000 mgr.smithi145.ovnvbv (mgr.14180) 182 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:36:00.533 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:00.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:00.117548+0000 mgr.smithi145.ovnvbv (mgr.14180) 183 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:01.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:00.117548+0000 mgr.smithi145.ovnvbv (mgr.14180) 183 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:01.534 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:01.869 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:00.454523+0000 mgr.smithi145.ovnvbv (mgr.14180) 184 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:36:02.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:00.454523+0000 mgr.smithi145.ovnvbv (mgr.14180) 184 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-13T03:36:02.908 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:02.908 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:03.294 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:04.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:02.455196+0000 mgr.smithi145.ovnvbv (mgr.14180) 185 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:04.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:02.905023+0000 mgr.smithi145.ovnvbv (mgr.14180) 186 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:04.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:02.455196+0000 mgr.smithi145.ovnvbv (mgr.14180) 185 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:04.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:02.905023+0000 mgr.smithi145.ovnvbv (mgr.14180) 186 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:04.295 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:05.710 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:05.711 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:06.081 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:04.455708+0000 mgr.smithi145.ovnvbv (mgr.14180) 187 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:06.101 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:06.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:04.455708+0000 mgr.smithi145.ovnvbv (mgr.14180) 187 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:07.102 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:07.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:05.707260+0000 mgr.smithi145.ovnvbv (mgr.14180) 188 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:07.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:05.707260+0000 mgr.smithi145.ovnvbv (mgr.14180) 188 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:07.990 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:06.456382+0000 mgr.smithi145.ovnvbv (mgr.14180) 189 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:08.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:06.456382+0000 mgr.smithi145.ovnvbv (mgr.14180) 189 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:08.534 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:08.534 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:08.918 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:09.919 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:10.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:08.456898+0000 mgr.smithi145.ovnvbv (mgr.14180) 190 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:10.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:08.531761+0000 mgr.smithi145.ovnvbv (mgr.14180) 191 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:10.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:08.456898+0000 mgr.smithi145.ovnvbv (mgr.14180) 190 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:10.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:08.531761+0000 mgr.smithi145.ovnvbv (mgr.14180) 191 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:11.359 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:11.359 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:11.776 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:11.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:10.457467+0000 mgr.smithi145.ovnvbv (mgr.14180) 192 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:12.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:10.457467+0000 mgr.smithi145.ovnvbv (mgr.14180) 192 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:12.777 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:13.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:11.355472+0000 mgr.smithi145.ovnvbv (mgr.14180) 193 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:13.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:11.355472+0000 mgr.smithi145.ovnvbv (mgr.14180) 193 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:13.853 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:12.458288+0000 mgr.smithi145.ovnvbv (mgr.14180) 194 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:14.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:12.458288+0000 mgr.smithi145.ovnvbv (mgr.14180) 194 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:14.216 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:14.217 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:14.625 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:15.626 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:15.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:14.213327+0000 mgr.smithi145.ovnvbv (mgr.14180) 195 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:15.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:14.458819+0000 mgr.smithi145.ovnvbv (mgr.14180) 196 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:16.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:14.213327+0000 mgr.smithi145.ovnvbv (mgr.14180) 195 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:16.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:14.458819+0000 mgr.smithi145.ovnvbv (mgr.14180) 196 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:17.005 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:17.005 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:17.381 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:18.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:16.459567+0000 mgr.smithi145.ovnvbv (mgr.14180) 197 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:18.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:17.002543+0000 mgr.smithi145.ovnvbv (mgr.14180) 198 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:18.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:16.459567+0000 mgr.smithi145.ovnvbv (mgr.14180) 197 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:18.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:17.002543+0000 mgr.smithi145.ovnvbv (mgr.14180) 198 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:18.382 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:19.877 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:19.877 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:19.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:18.460259+0000 mgr.smithi145.ovnvbv (mgr.14180) 199 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:20.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:18.460259+0000 mgr.smithi145.ovnvbv (mgr.14180) 199 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:20.260 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:21.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:19.873435+0000 mgr.smithi145.ovnvbv (mgr.14180) 200 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:21.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:19.873435+0000 mgr.smithi145.ovnvbv (mgr.14180) 200 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:21.261 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:21.941 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:20.461095+0000 mgr.smithi145.ovnvbv (mgr.14180) 201 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:22.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:20.461095+0000 mgr.smithi145.ovnvbv (mgr.14180) 201 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:22.682 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:22.682 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:23.071 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:24.072 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:24.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:22.461770+0000 mgr.smithi145.ovnvbv (mgr.14180) 202 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:24.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:22.679394+0000 mgr.smithi145.ovnvbv (mgr.14180) 203 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:24.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:22.461770+0000 mgr.smithi145.ovnvbv (mgr.14180) 202 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:24.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:22.679394+0000 mgr.smithi145.ovnvbv (mgr.14180) 203 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:25.472 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:25.472 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:25.863 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:26.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:24.462250+0000 mgr.smithi145.ovnvbv (mgr.14180) 204 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:26.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:24.462250+0000 mgr.smithi145.ovnvbv (mgr.14180) 204 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:26.864 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:27.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:25.469423+0000 mgr.smithi145.ovnvbv (mgr.14180) 205 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:27.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:25.469423+0000 mgr.smithi145.ovnvbv (mgr.14180) 205 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:27.949 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:26.463220+0000 mgr.smithi145.ovnvbv (mgr.14180) 206 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:28.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:26.463220+0000 mgr.smithi145.ovnvbv (mgr.14180) 206 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:28.319 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:28.319 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:28.695 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:29.696 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:30.038 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:28.315987+0000 mgr.smithi145.ovnvbv (mgr.14180) 207 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:30.039 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:28.463953+0000 mgr.smithi145.ovnvbv (mgr.14180) 208 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:30.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:28.315987+0000 mgr.smithi145.ovnvbv (mgr.14180) 207 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:30.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:28.463953+0000 mgr.smithi145.ovnvbv (mgr.14180) 208 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:30.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:30.437381+0000 mon.smithi145 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 6]}]: dispatch 2024-02-13T03:36:30.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:30.437565+0000 mon.smithi145 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.3", "id": [5, 3]}]: dispatch 2024-02-13T03:36:31.046 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:31.046 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:31.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:30.437381+0000 mon.smithi145 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 6]}]: dispatch 2024-02-13T03:36:31.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:30.437565+0000 mon.smithi145 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.3", "id": [5, 3]}]: dispatch 2024-02-13T03:36:31.421 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:32.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:30.464698+0000 mgr.smithi145.ovnvbv (mgr.14180) 209 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:32.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:30.783603+0000 mon.smithi145 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 6]}]': finished 2024-02-13T03:36:32.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:30.783684+0000 mon.smithi145 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.3", "id": [5, 3]}]': finished 2024-02-13T03:36:32.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:30.783735+0000 mon.smithi145 (mon.0) 652 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-13T03:36:32.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:31.043506+0000 mgr.smithi145.ovnvbv (mgr.14180) 210 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:32.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:30.464698+0000 mgr.smithi145.ovnvbv (mgr.14180) 209 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:32.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:30.783603+0000 mon.smithi145 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 6]}]': finished 2024-02-13T03:36:32.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:30.783684+0000 mon.smithi145 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.3", "id": [5, 3]}]': finished 2024-02-13T03:36:32.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:30.783735+0000 mon.smithi145 (mon.0) 652 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-13T03:36:32.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:31.043506+0000 mgr.smithi145.ovnvbv (mgr.14180) 210 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:32.422 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:33.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:31.785318+0000 mon.smithi145 (mon.0) 653 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-13T03:36:33.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:31.785318+0000 mon.smithi145 (mon.0) 653 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-13T03:36:33.886 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:33.886 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:34.098 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:32.465138+0000 mgr.smithi145.ovnvbv (mgr.14180) 211 : cluster [DBG] pgmap v163: 225 pgs: 1 activating, 1 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:36:34.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:32.465138+0000 mgr.smithi145.ovnvbv (mgr.14180) 211 : cluster [DBG] pgmap v163: 225 pgs: 1 activating, 1 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:36:34.278 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:35.106 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:33.883921+0000 mgr.smithi145.ovnvbv (mgr.14180) 212 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:35.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:33.883921+0000 mgr.smithi145.ovnvbv (mgr.14180) 212 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:35.279 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:35.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:34.465913+0000 mgr.smithi145.ovnvbv (mgr.14180) 213 : cluster [DBG] pgmap v164: 225 pgs: 1 activating, 1 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:36:35.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:34.795727+0000 mon.smithi145 (mon.0) 654 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-13T03:36:36.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:34.465913+0000 mgr.smithi145.ovnvbv (mgr.14180) 213 : cluster [DBG] pgmap v164: 225 pgs: 1 activating, 1 peering, 223 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:36:36.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:34.795727+0000 mon.smithi145 (mon.0) 654 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-13T03:36:36.635 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:36.635 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:36.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:36.802347+0000 mon.smithi145 (mon.0) 655 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-13T03:36:36.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:36.802393+0000 mon.smithi145 (mon.0) 656 : cluster [INF] Cluster is now healthy 2024-02-13T03:36:37.026 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:37.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:36.802347+0000 mon.smithi145 (mon.0) 655 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-13T03:36:37.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:36.802393+0000 mon.smithi145 (mon.0) 656 : cluster [INF] Cluster is now healthy 2024-02-13T03:36:38.028 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:38.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:36.466668+0000 mgr.smithi145.ovnvbv (mgr.14180) 214 : cluster [DBG] pgmap v165: 225 pgs: 1 activating, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:36:38.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:36.632819+0000 mgr.smithi145.ovnvbv (mgr.14180) 215 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:38.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:36.466668+0000 mgr.smithi145.ovnvbv (mgr.14180) 214 : cluster [DBG] pgmap v165: 225 pgs: 1 activating, 224 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:36:38.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:36.632819+0000 mgr.smithi145.ovnvbv (mgr.14180) 215 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:39.476 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:39.476 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:39.852 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:40.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:38.467183+0000 mgr.smithi145.ovnvbv (mgr.14180) 216 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:36:40.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:38.467183+0000 mgr.smithi145.ovnvbv (mgr.14180) 216 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-02-13T03:36:40.852 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:41.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:39.472701+0000 mgr.smithi145.ovnvbv (mgr.14180) 217 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:41.178 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:39.472701+0000 mgr.smithi145.ovnvbv (mgr.14180) 217 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:42.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:40.467789+0000 mgr.smithi145.ovnvbv (mgr.14180) 218 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2024-02-13T03:36:42.177 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:42.177 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:42.201 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:40.467789+0000 mgr.smithi145.ovnvbv (mgr.14180) 218 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 105 B/s rd, 0 op/s 2024-02-13T03:36:42.543 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:43.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:42.174546+0000 mgr.smithi145.ovnvbv (mgr.14180) 219 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:42.174546+0000 mgr.smithi145.ovnvbv (mgr.14180) 219 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:43.544 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:44.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:42.468417+0000 mgr.smithi145.ovnvbv (mgr.14180) 220 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:36:44.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:42.468417+0000 mgr.smithi145.ovnvbv (mgr.14180) 220 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:36:44.952 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:44.952 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:45.360 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:46.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:44.469055+0000 mgr.smithi145.ovnvbv (mgr.14180) 221 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:46.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:44.948504+0000 mgr.smithi145.ovnvbv (mgr.14180) 222 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:46.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:45.521187+0000 mon.smithi145 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:36:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:44.469055+0000 mgr.smithi145.ovnvbv (mgr.14180) 221 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:44.948504+0000 mgr.smithi145.ovnvbv (mgr.14180) 222 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:45.521187+0000 mon.smithi145 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:36:46.361 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:47.817 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:47.817 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:48.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:46.469797+0000 mgr.smithi145.ovnvbv (mgr.14180) 223 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:48.182 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:46.469797+0000 mgr.smithi145.ovnvbv (mgr.14180) 223 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:48.209 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:49.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:47.814379+0000 mgr.smithi145.ovnvbv (mgr.14180) 224 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:49.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:47.814379+0000 mgr.smithi145.ovnvbv (mgr.14180) 224 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:49.210 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:50.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:48.470334+0000 mgr.smithi145.ovnvbv (mgr.14180) 225 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:50.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:48.470334+0000 mgr.smithi145.ovnvbv (mgr.14180) 225 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:50.624 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:50.624 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:51.008 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:52.008 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:52.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:50.470959+0000 mgr.smithi145.ovnvbv (mgr.14180) 226 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:52.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:50.621222+0000 mgr.smithi145.ovnvbv (mgr.14180) 227 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:52.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:50.470959+0000 mgr.smithi145.ovnvbv (mgr.14180) 226 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:52.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:50.621222+0000 mgr.smithi145.ovnvbv (mgr.14180) 227 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:53.434 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:53.434 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:53.833 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:54.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:52.471888+0000 mgr.smithi145.ovnvbv (mgr.14180) 228 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:54.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:52.471888+0000 mgr.smithi145.ovnvbv (mgr.14180) 228 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:54.835 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:55.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:53.431389+0000 mgr.smithi145.ovnvbv (mgr.14180) 229 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:53.431389+0000 mgr.smithi145.ovnvbv (mgr.14180) 229 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:55.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:54.472457+0000 mgr.smithi145.ovnvbv (mgr.14180) 230 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:56.364 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:56.364 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:56.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:54.472457+0000 mgr.smithi145.ovnvbv (mgr.14180) 230 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:36:56.783 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:36:57.784 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:36:58.138 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:56.361161+0000 mgr.smithi145.ovnvbv (mgr.14180) 231 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:58.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:56.473186+0000 mgr.smithi145.ovnvbv (mgr.14180) 232 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:58.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:56.361161+0000 mgr.smithi145.ovnvbv (mgr.14180) 231 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:36:58.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:56.473186+0000 mgr.smithi145.ovnvbv (mgr.14180) 232 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:36:59.154 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:36:59.154 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:36:59.516 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:00.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:36:58.473770+0000 mgr.smithi145.ovnvbv (mgr.14180) 233 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:00.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:36:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:36:59.150343+0000 mgr.smithi145.ovnvbv (mgr.14180) 234 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:00.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:36:58.473770+0000 mgr.smithi145.ovnvbv (mgr.14180) 233 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:00.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:36:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:36:59.150343+0000 mgr.smithi145.ovnvbv (mgr.14180) 234 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:00.517 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:01.938 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:01.938 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:02.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:00.474627+0000 mgr.smithi145.ovnvbv (mgr.14180) 235 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:02.306 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:02.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:00.474627+0000 mgr.smithi145.ovnvbv (mgr.14180) 235 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:03.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:01.934938+0000 mgr.smithi145.ovnvbv (mgr.14180) 236 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:03.307 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:03.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:01.934938+0000 mgr.smithi145.ovnvbv (mgr.14180) 236 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:04.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:02.475279+0000 mgr.smithi145.ovnvbv (mgr.14180) 237 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:04.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:02.475279+0000 mgr.smithi145.ovnvbv (mgr.14180) 237 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:04.663 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:04.663 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:05.089 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:06.090 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:06.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:04.475790+0000 mgr.smithi145.ovnvbv (mgr.14180) 238 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:06.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:04.660193+0000 mgr.smithi145.ovnvbv (mgr.14180) 239 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:06.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:04.475790+0000 mgr.smithi145.ovnvbv (mgr.14180) 238 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:06.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:04.660193+0000 mgr.smithi145.ovnvbv (mgr.14180) 239 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:07.461 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:07.461 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:07.866 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:08.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:06.476563+0000 mgr.smithi145.ovnvbv (mgr.14180) 240 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:08.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:06.476563+0000 mgr.smithi145.ovnvbv (mgr.14180) 240 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:08.867 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:09.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:07.457977+0000 mgr.smithi145.ovnvbv (mgr.14180) 241 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:09.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:07.457977+0000 mgr.smithi145.ovnvbv (mgr.14180) 241 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:10.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:08.477373+0000 mgr.smithi145.ovnvbv (mgr.14180) 242 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:10.257 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:10.258 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:10.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:08.477373+0000 mgr.smithi145.ovnvbv (mgr.14180) 242 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:10.631 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:11.632 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:10.254833+0000 mgr.smithi145.ovnvbv (mgr.14180) 243 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:10.478050+0000 mgr.smithi145.ovnvbv (mgr.14180) 244 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:12.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:10.254833+0000 mgr.smithi145.ovnvbv (mgr.14180) 243 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:12.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:10.478050+0000 mgr.smithi145.ovnvbv (mgr.14180) 244 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:13.077 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:13.077 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:13.454 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:14.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:12.478898+0000 mgr.smithi145.ovnvbv (mgr.14180) 245 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:14.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:13.074103+0000 mgr.smithi145.ovnvbv (mgr.14180) 246 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:14.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:12.478898+0000 mgr.smithi145.ovnvbv (mgr.14180) 245 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:14.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:13.074103+0000 mgr.smithi145.ovnvbv (mgr.14180) 246 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:14.455 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:15.876 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:15.877 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:16.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:14.479484+0000 mgr.smithi145.ovnvbv (mgr.14180) 247 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:16.261 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:14.479484+0000 mgr.smithi145.ovnvbv (mgr.14180) 247 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:17.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:15.873266+0000 mgr.smithi145.ovnvbv (mgr.14180) 248 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:17.262 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:17.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:15.873266+0000 mgr.smithi145.ovnvbv (mgr.14180) 248 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:18.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:16.480289+0000 mgr.smithi145.ovnvbv (mgr.14180) 249 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:18.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:16.480289+0000 mgr.smithi145.ovnvbv (mgr.14180) 249 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:18.619 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:18.620 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:19.057 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:20.058 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:20.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:18.480776+0000 mgr.smithi145.ovnvbv (mgr.14180) 250 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:20.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:18.617039+0000 mgr.smithi145.ovnvbv (mgr.14180) 251 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:20.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:18.480776+0000 mgr.smithi145.ovnvbv (mgr.14180) 250 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:20.400 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:18.617039+0000 mgr.smithi145.ovnvbv (mgr.14180) 251 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:21.468 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:21.468 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:21.862 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:22.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:20.481623+0000 mgr.smithi145.ovnvbv (mgr.14180) 252 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:22.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:20.481623+0000 mgr.smithi145.ovnvbv (mgr.14180) 252 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:22.864 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:23.204 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:21.464981+0000 mgr.smithi145.ovnvbv (mgr.14180) 253 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:21.464981+0000 mgr.smithi145.ovnvbv (mgr.14180) 253 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:24.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:22.482281+0000 mgr.smithi145.ovnvbv (mgr.14180) 254 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:24.294 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:24.294 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:24.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:22.482281+0000 mgr.smithi145.ovnvbv (mgr.14180) 254 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:24.685 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:25.686 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:26.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:24.291772+0000 mgr.smithi145.ovnvbv (mgr.14180) 255 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:26.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:24.482912+0000 mgr.smithi145.ovnvbv (mgr.14180) 256 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:26.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:24.291772+0000 mgr.smithi145.ovnvbv (mgr.14180) 255 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:26.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:24.482912+0000 mgr.smithi145.ovnvbv (mgr.14180) 256 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:27.077 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:27.077 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:27.493 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:28.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:26.483895+0000 mgr.smithi145.ovnvbv (mgr.14180) 257 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:28.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:27.074929+0000 mgr.smithi145.ovnvbv (mgr.14180) 258 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:28.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:26.483895+0000 mgr.smithi145.ovnvbv (mgr.14180) 257 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:28.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:27.074929+0000 mgr.smithi145.ovnvbv (mgr.14180) 258 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:28.494 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:29.900 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:29.900 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:30.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:28.484676+0000 mgr.smithi145.ovnvbv (mgr.14180) 259 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:30.276 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:30.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:28.484676+0000 mgr.smithi145.ovnvbv (mgr.14180) 259 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:31.278 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:31.309 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:29.896660+0000 mgr.smithi145.ovnvbv (mgr.14180) 260 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:31.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:29.896660+0000 mgr.smithi145.ovnvbv (mgr.14180) 260 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:32.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:30.485168+0000 mgr.smithi145.ovnvbv (mgr.14180) 261 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:32.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:30.485168+0000 mgr.smithi145.ovnvbv (mgr.14180) 261 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:32.702 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:32.702 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:33.075 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:34.076 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:34.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:32.485881+0000 mgr.smithi145.ovnvbv (mgr.14180) 262 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:34.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:32.699394+0000 mgr.smithi145.ovnvbv (mgr.14180) 263 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:34.443 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:32.485881+0000 mgr.smithi145.ovnvbv (mgr.14180) 262 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:34.444 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:32.699394+0000 mgr.smithi145.ovnvbv (mgr.14180) 263 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:35.517 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:35.517 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:35.907 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:36.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:34.486400+0000 mgr.smithi145.ovnvbv (mgr.14180) 264 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:36.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:34.486400+0000 mgr.smithi145.ovnvbv (mgr.14180) 264 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:36.908 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:37.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:35.514309+0000 mgr.smithi145.ovnvbv (mgr.14180) 265 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:35.514309+0000 mgr.smithi145.ovnvbv (mgr.14180) 265 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:38.344 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:38.344 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:38.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:36.487024+0000 mgr.smithi145.ovnvbv (mgr.14180) 266 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:38.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:36.487024+0000 mgr.smithi145.ovnvbv (mgr.14180) 266 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:38.759 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:39.760 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:40.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:38.340577+0000 mgr.smithi145.ovnvbv (mgr.14180) 267 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:40.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:38.487759+0000 mgr.smithi145.ovnvbv (mgr.14180) 268 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:40.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:38.340577+0000 mgr.smithi145.ovnvbv (mgr.14180) 267 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:40.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:38.487759+0000 mgr.smithi145.ovnvbv (mgr.14180) 268 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:41.243 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:41.243 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z 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.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:41.659 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:42.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:40.488447+0000 mgr.smithi145.ovnvbv (mgr.14180) 269 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:42.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:41.679409+0000 mon.smithi145 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi193.gwlztg"}]: dispatch 2024-02-13T03:37:42.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:40.488447+0000 mgr.smithi145.ovnvbv (mgr.14180) 269 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:42.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:41.679409+0000 mon.smithi145 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi193.gwlztg"}]: dispatch 2024-02-13T03:37:42.660 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:41.240260+0000 mgr.smithi145.ovnvbv (mgr.14180) 270 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:37:41.678897+0000 mgr.smithi145.ovnvbv (mgr.14180) 271 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.gwlztg ... 2024-02-13T03:37:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:35:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:36:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:37:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Traceback (most recent call last): 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: yield (conn, connr) 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: code, '\n'.join(err))) 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.gwlztg ... 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:35:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:36:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:37:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:37:41.679092+0000 mgr.smithi145.ovnvbv (mgr.14180) 272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:37:41.679973+0000 mgr.smithi145.ovnvbv (mgr.14180) 273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.gwlztg ... 2024-02-13T03:37:43.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:37:43.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:35:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:36:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:37:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:37:43.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:37:41.681512+0000 mgr.smithi145.ovnvbv (mgr.14180) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.vfkjmr on smithi145 2024-02-13T03:37:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:41.240260+0000 mgr.smithi145.ovnvbv (mgr.14180) 270 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:37:41.678897+0000 mgr.smithi145.ovnvbv (mgr.14180) 271 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.369 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.gwlztg ... 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:35:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:36:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:37:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Traceback (most recent call last): 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: yield (conn, connr) 2024-02-13T03:37:43.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: code, '\n'.join(err))) 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.gwlztg ... 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:35:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:36:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:37:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:37:41.679092+0000 mgr.smithi145.ovnvbv (mgr.14180) 272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:37:41.679973+0000 mgr.smithi145.ovnvbv (mgr.14180) 273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.gwlztg ... 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:35:49Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:36:26Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:37:04Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:37:43.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:37:43.373 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:37:41.681512+0000 mgr.smithi145.ovnvbv (mgr.14180) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.vfkjmr on smithi145 2024-02-13T03:37:44.078 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:44.078 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:44.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:42.489123+0000 mgr.smithi145.ovnvbv (mgr.14180) 275 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:44.423 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:42.489123+0000 mgr.smithi145.ovnvbv (mgr.14180) 275 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:44.455 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:44.074399+0000 mgr.smithi145.ovnvbv (mgr.14180) 276 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:45.456 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:45.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:44.074399+0000 mgr.smithi145.ovnvbv (mgr.14180) 276 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:46.101 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:44.489643+0000 mgr.smithi145.ovnvbv (mgr.14180) 277 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:46.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:44.489643+0000 mgr.smithi145.ovnvbv (mgr.14180) 277 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:37:46.775 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:46.775 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:47.206 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:48.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:46.490640+0000 mgr.smithi145.ovnvbv (mgr.14180) 278 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-13T03:37:48.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:46.772619+0000 mgr.smithi145.ovnvbv (mgr.14180) 279 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:48.207 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:48.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:46.490640+0000 mgr.smithi145.ovnvbv (mgr.14180) 278 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-02-13T03:37:48.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:46.772619+0000 mgr.smithi145.ovnvbv (mgr.14180) 279 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:49.629 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:49.630 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:50.032 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:50.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:48.491280+0000 mgr.smithi145.ovnvbv (mgr.14180) 280 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:50.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:48.491280+0000 mgr.smithi145.ovnvbv (mgr.14180) 280 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:51.033 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:51.374 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:49.626667+0000 mgr.smithi145.ovnvbv (mgr.14180) 281 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:49.626667+0000 mgr.smithi145.ovnvbv (mgr.14180) 281 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:52.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:50.491906+0000 mgr.smithi145.ovnvbv (mgr.14180) 282 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:52.421 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:52.421 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:52.442 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:50.491906+0000 mgr.smithi145.ovnvbv (mgr.14180) 282 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:52.805 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:53.806 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:54.140 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:52.418665+0000 mgr.smithi145.ovnvbv (mgr.14180) 283 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:54.140 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:52.492629+0000 mgr.smithi145.ovnvbv (mgr.14180) 284 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:54.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:52.418665+0000 mgr.smithi145.ovnvbv (mgr.14180) 283 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:54.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:52.492629+0000 mgr.smithi145.ovnvbv (mgr.14180) 284 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:55.212 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:55.212 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:55.595 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:56.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:54.493146+0000 mgr.smithi145.ovnvbv (mgr.14180) 285 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:56.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:55.208704+0000 mgr.smithi145.ovnvbv (mgr.14180) 286 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:56.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:54.493146+0000 mgr.smithi145.ovnvbv (mgr.14180) 285 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:37:56.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:55.208704+0000 mgr.smithi145.ovnvbv (mgr.14180) 286 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:56.596 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:58.017 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:37:58.017 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:37:58.368 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:56.494129+0000 mgr.smithi145.ovnvbv (mgr.14180) 287 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:58.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:56.494129+0000 mgr.smithi145.ovnvbv (mgr.14180) 287 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:37:58.420 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:37:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:37:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:37:58.013874+0000 mgr.smithi145.ovnvbv (mgr.14180) 288 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:37:59.421 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:37:59.454 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:37:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:37:58.013874+0000 mgr.smithi145.ovnvbv (mgr.14180) 288 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:00.318 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:37:58.494719+0000 mgr.smithi145.ovnvbv (mgr.14180) 289 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:00.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:37:58.494719+0000 mgr.smithi145.ovnvbv (mgr.14180) 289 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:00.910 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:00.910 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:01.287 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:02.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:00.495416+0000 mgr.smithi145.ovnvbv (mgr.14180) 290 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:02.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:00.907159+0000 mgr.smithi145.ovnvbv (mgr.14180) 291 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:02.288 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:02.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:00.495416+0000 mgr.smithi145.ovnvbv (mgr.14180) 290 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:02.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:00.907159+0000 mgr.smithi145.ovnvbv (mgr.14180) 291 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:03.653 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:03.654 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:04.065 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:04.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:02.496240+0000 mgr.smithi145.ovnvbv (mgr.14180) 292 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:04.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:02.496240+0000 mgr.smithi145.ovnvbv (mgr.14180) 292 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:05.066 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:05.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:03.650694+0000 mgr.smithi145.ovnvbv (mgr.14180) 293 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:05.412 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:03.650694+0000 mgr.smithi145.ovnvbv (mgr.14180) 293 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:06.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:04.496838+0000 mgr.smithi145.ovnvbv (mgr.14180) 294 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:06.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:04.496838+0000 mgr.smithi145.ovnvbv (mgr.14180) 294 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:06.487 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:06.487 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:06.885 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:07.886 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:08.205 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:06.484344+0000 mgr.smithi145.ovnvbv (mgr.14180) 295 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:08.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:06.497598+0000 mgr.smithi145.ovnvbv (mgr.14180) 296 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:08.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:06.484344+0000 mgr.smithi145.ovnvbv (mgr.14180) 295 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:08.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:06.497598+0000 mgr.smithi145.ovnvbv (mgr.14180) 296 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:09.210 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:09.210 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:09.593 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:10.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:08.498082+0000 mgr.smithi145.ovnvbv (mgr.14180) 297 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:10.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:09.207641+0000 mgr.smithi145.ovnvbv (mgr.14180) 298 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:10.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:08.498082+0000 mgr.smithi145.ovnvbv (mgr.14180) 297 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:10.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:09.207641+0000 mgr.smithi145.ovnvbv (mgr.14180) 298 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:10.595 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:11.996 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:11.996 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:12.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:10.498781+0000 mgr.smithi145.ovnvbv (mgr.14180) 299 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:12.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:10.498781+0000 mgr.smithi145.ovnvbv (mgr.14180) 299 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:12.402 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:11.991807+0000 mgr.smithi145.ovnvbv (mgr.14180) 300 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:13.403 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:13.436 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:11.991807+0000 mgr.smithi145.ovnvbv (mgr.14180) 300 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:14.390 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:12.499433+0000 mgr.smithi145.ovnvbv (mgr.14180) 301 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:14.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:12.499433+0000 mgr.smithi145.ovnvbv (mgr.14180) 301 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:14.890 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:14.890 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:15.285 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:16.286 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:14.499909+0000 mgr.smithi145.ovnvbv (mgr.14180) 302 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:14.886889+0000 mgr.smithi145.ovnvbv (mgr.14180) 303 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:16.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:14.499909+0000 mgr.smithi145.ovnvbv (mgr.14180) 302 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:16.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:14.886889+0000 mgr.smithi145.ovnvbv (mgr.14180) 303 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:17.683 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:17.683 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:18.074 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:18.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:16.500633+0000 mgr.smithi145.ovnvbv (mgr.14180) 304 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:18.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:16.500633+0000 mgr.smithi145.ovnvbv (mgr.14180) 304 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:19.075 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:17.680136+0000 mgr.smithi145.ovnvbv (mgr.14180) 305 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:17.680136+0000 mgr.smithi145.ovnvbv (mgr.14180) 305 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:20.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:18.501326+0000 mgr.smithi145.ovnvbv (mgr.14180) 306 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2024-02-13T03:38:20.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:18.501326+0000 mgr.smithi145.ovnvbv (mgr.14180) 306 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2024-02-13T03:38:20.609 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:20.610 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:20.996 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:21.997 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:22.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:20.501954+0000 mgr.smithi145.ovnvbv (mgr.14180) 307 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:20.606909+0000 mgr.smithi145.ovnvbv (mgr.14180) 308 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:20.501954+0000 mgr.smithi145.ovnvbv (mgr.14180) 307 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:22.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:20.606909+0000 mgr.smithi145.ovnvbv (mgr.14180) 308 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:23.369 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:23.369 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:23.749 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:24.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:22.502816+0000 mgr.smithi145.ovnvbv (mgr.14180) 309 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:24.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:22.502816+0000 mgr.smithi145.ovnvbv (mgr.14180) 309 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:24.751 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:23.365919+0000 mgr.smithi145.ovnvbv (mgr.14180) 310 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:25.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:23.365919+0000 mgr.smithi145.ovnvbv (mgr.14180) 310 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:26.184 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:26.185 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:26.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:24.503479+0000 mgr.smithi145.ovnvbv (mgr.14180) 311 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:26.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:24.503479+0000 mgr.smithi145.ovnvbv (mgr.14180) 311 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:26.576 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:27.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:26.180908+0000 mgr.smithi145.ovnvbv (mgr.14180) 312 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:27.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:26.180908+0000 mgr.smithi145.ovnvbv (mgr.14180) 312 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:27.578 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:28.310 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:26.504211+0000 mgr.smithi145.ovnvbv (mgr.14180) 313 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:28.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:26.504211+0000 mgr.smithi145.ovnvbv (mgr.14180) 313 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:29.031 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:29.031 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:29.434 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:30.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:28.504792+0000 mgr.smithi145.ovnvbv (mgr.14180) 314 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:30.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:29.028353+0000 mgr.smithi145.ovnvbv (mgr.14180) 315 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:30.435 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:30.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:28.504792+0000 mgr.smithi145.ovnvbv (mgr.14180) 314 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-13T03:38:30.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:29.028353+0000 mgr.smithi145.ovnvbv (mgr.14180) 315 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:31.827 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:31.827 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:32.215 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:32.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:30.505517+0000 mgr.smithi145.ovnvbv (mgr.14180) 316 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-13T03:38:32.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:30.505517+0000 mgr.smithi145.ovnvbv (mgr.14180) 316 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-13T03:38:33.216 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:33.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:31.824629+0000 mgr.smithi145.ovnvbv (mgr.14180) 317 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:33.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:31.824629+0000 mgr.smithi145.ovnvbv (mgr.14180) 317 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:34.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:32.506394+0000 mgr.smithi145.ovnvbv (mgr.14180) 318 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:38:34.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:32.506394+0000 mgr.smithi145.ovnvbv (mgr.14180) 318 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-13T03:38:34.627 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:34.627 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:35.088 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:36.089 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:36.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:34.506918+0000 mgr.smithi145.ovnvbv (mgr.14180) 319 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:36.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:34.624066+0000 mgr.smithi145.ovnvbv (mgr.14180) 320 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:36.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:34.506918+0000 mgr.smithi145.ovnvbv (mgr.14180) 319 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:36.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:34.624066+0000 mgr.smithi145.ovnvbv (mgr.14180) 320 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:37.501 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:37.501 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:37.905 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:38.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:36.507823+0000 mgr.smithi145.ovnvbv (mgr.14180) 321 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:38.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:36.507823+0000 mgr.smithi145.ovnvbv (mgr.14180) 321 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:38.906 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:39.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:37.497950+0000 mgr.smithi145.ovnvbv (mgr.14180) 322 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:39.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:37.497950+0000 mgr.smithi145.ovnvbv (mgr.14180) 322 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:40.389 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:40.389 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:40.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:38.508390+0000 mgr.smithi145.ovnvbv (mgr.14180) 323 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:40.409 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:38.508390+0000 mgr.smithi145.ovnvbv (mgr.14180) 323 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:40.770 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:41.772 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:42.441 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:40.385783+0000 mgr.smithi145.ovnvbv (mgr.14180) 324 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:42.441 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:40.509170+0000 mgr.smithi145.ovnvbv (mgr.14180) 325 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:42.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:40.385783+0000 mgr.smithi145.ovnvbv (mgr.14180) 324 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:42.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:40.509170+0000 mgr.smithi145.ovnvbv (mgr.14180) 325 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:43.177 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:43.177 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:43.604 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:44.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:42.510027+0000 mgr.smithi145.ovnvbv (mgr.14180) 326 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:44.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:43.174077+0000 mgr.smithi145.ovnvbv (mgr.14180) 327 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:44.605 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:44.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:42.510027+0000 mgr.smithi145.ovnvbv (mgr.14180) 326 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:44.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:43.174077+0000 mgr.smithi145.ovnvbv (mgr.14180) 327 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:45.956 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:45.956 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:46.293 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:44.510665+0000 mgr.smithi145.ovnvbv (mgr.14180) 328 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:46.328 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:46.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:44.510665+0000 mgr.smithi145.ovnvbv (mgr.14180) 328 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:47.329 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:47.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:45.952435+0000 mgr.smithi145.ovnvbv (mgr.14180) 329 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:47.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:45.952435+0000 mgr.smithi145.ovnvbv (mgr.14180) 329 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:48.348 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:46.511386+0000 mgr.smithi145.ovnvbv (mgr.14180) 330 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:48.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:46.511386+0000 mgr.smithi145.ovnvbv (mgr.14180) 330 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:48.713 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:48.714 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:49.097 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:50.098 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:50.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:48.511932+0000 mgr.smithi145.ovnvbv (mgr.14180) 331 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:50.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:48.710700+0000 mgr.smithi145.ovnvbv (mgr.14180) 332 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:50.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:48.511932+0000 mgr.smithi145.ovnvbv (mgr.14180) 331 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:50.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:48.710700+0000 mgr.smithi145.ovnvbv (mgr.14180) 332 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:51.542 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:51.542 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:51.937 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:52.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:50.512754+0000 mgr.smithi145.ovnvbv (mgr.14180) 333 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:52.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:50.512754+0000 mgr.smithi145.ovnvbv (mgr.14180) 333 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:52.939 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:53.278 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:51.538805+0000 mgr.smithi145.ovnvbv (mgr.14180) 334 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:51.538805+0000 mgr.smithi145.ovnvbv (mgr.14180) 334 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:54.425 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:54.425 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:54.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:52.513535+0000 mgr.smithi145.ovnvbv (mgr.14180) 335 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:54.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:52.513535+0000 mgr.smithi145.ovnvbv (mgr.14180) 335 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:54.862 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:55.863 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:56.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:54.422087+0000 mgr.smithi145.ovnvbv (mgr.14180) 336 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:56.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:54.514002+0000 mgr.smithi145.ovnvbv (mgr.14180) 337 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:56.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:54.422087+0000 mgr.smithi145.ovnvbv (mgr.14180) 336 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:56.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:54.514002+0000 mgr.smithi145.ovnvbv (mgr.14180) 337 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:38:57.284 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:38:57.285 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:38:57.694 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:38:58.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:56.514766+0000 mgr.smithi145.ovnvbv (mgr.14180) 338 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:58.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:56.514766+0000 mgr.smithi145.ovnvbv (mgr.14180) 338 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:38:58.695 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:38:59.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:38:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:38:57.281115+0000 mgr.smithi145.ovnvbv (mgr.14180) 339 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:38:59.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:38:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:38:57.281115+0000 mgr.smithi145.ovnvbv (mgr.14180) 339 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:00.070 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:00.070 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:00.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:38:58.515372+0000 mgr.smithi145.ovnvbv (mgr.14180) 340 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:00.513 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:00.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:38:58.515372+0000 mgr.smithi145.ovnvbv (mgr.14180) 340 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:01.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:00.066456+0000 mgr.smithi145.ovnvbv (mgr.14180) 341 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:01.514 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:01.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:00.066456+0000 mgr.smithi145.ovnvbv (mgr.14180) 341 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:02.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:00.516084+0000 mgr.smithi145.ovnvbv (mgr.14180) 342 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:02.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:00.516084+0000 mgr.smithi145.ovnvbv (mgr.14180) 342 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:02.925 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:02.925 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:03.377 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:04.379 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:04.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:02.516889+0000 mgr.smithi145.ovnvbv (mgr.14180) 343 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:04.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:02.921991+0000 mgr.smithi145.ovnvbv (mgr.14180) 344 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:04.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:02.516889+0000 mgr.smithi145.ovnvbv (mgr.14180) 343 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:04.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:02.921991+0000 mgr.smithi145.ovnvbv (mgr.14180) 344 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:05.782 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:05.783 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:06.168 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:06.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:04.517408+0000 mgr.smithi145.ovnvbv (mgr.14180) 345 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:06.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:04.517408+0000 mgr.smithi145.ovnvbv (mgr.14180) 345 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:07.168 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:07.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:05.779807+0000 mgr.smithi145.ovnvbv (mgr.14180) 346 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:07.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:05.779807+0000 mgr.smithi145.ovnvbv (mgr.14180) 346 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:08.608 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:08.608 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:08.629 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:06.518210+0000 mgr.smithi145.ovnvbv (mgr.14180) 347 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:08.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:06.518210+0000 mgr.smithi145.ovnvbv (mgr.14180) 347 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:09.009 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:10.010 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:10.360 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:08.518746+0000 mgr.smithi145.ovnvbv (mgr.14180) 348 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:10.360 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:08.605536+0000 mgr.smithi145.ovnvbv (mgr.14180) 349 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:10.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:08.518746+0000 mgr.smithi145.ovnvbv (mgr.14180) 348 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:10.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:08.605536+0000 mgr.smithi145.ovnvbv (mgr.14180) 349 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:11.513 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:11.513 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:11.961 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:12.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:10.519318+0000 mgr.smithi145.ovnvbv (mgr.14180) 350 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:12.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:10.519318+0000 mgr.smithi145.ovnvbv (mgr.14180) 350 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:12.962 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:13.309 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:11.508680+0000 mgr.smithi145.ovnvbv (mgr.14180) 351 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:13.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:11.508680+0000 mgr.smithi145.ovnvbv (mgr.14180) 351 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:14.400 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:14.401 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:14.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:12.520140+0000 mgr.smithi145.ovnvbv (mgr.14180) 352 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:14.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:12.520140+0000 mgr.smithi145.ovnvbv (mgr.14180) 352 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:14.783 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:15.784 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:16.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:14.397897+0000 mgr.smithi145.ovnvbv (mgr.14180) 353 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:16.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:14.520638+0000 mgr.smithi145.ovnvbv (mgr.14180) 354 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:16.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:14.397897+0000 mgr.smithi145.ovnvbv (mgr.14180) 353 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:14.520638+0000 mgr.smithi145.ovnvbv (mgr.14180) 354 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:17.216 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:17.216 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:17.606 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:18.607 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:18.640 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:16.521313+0000 mgr.smithi145.ovnvbv (mgr.14180) 355 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:18.640 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:17.213257+0000 mgr.smithi145.ovnvbv (mgr.14180) 356 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:18.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:16.521313+0000 mgr.smithi145.ovnvbv (mgr.14180) 355 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:18.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:17.213257+0000 mgr.smithi145.ovnvbv (mgr.14180) 356 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:19.930 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:19.930 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:20.346 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:20.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:18.522025+0000 mgr.smithi145.ovnvbv (mgr.14180) 357 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:20.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:18.522025+0000 mgr.smithi145.ovnvbv (mgr.14180) 357 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:21.348 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:21.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:19.927347+0000 mgr.smithi145.ovnvbv (mgr.14180) 358 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:21.698 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:19.927347+0000 mgr.smithi145.ovnvbv (mgr.14180) 358 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:22.375 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:20.522622+0000 mgr.smithi145.ovnvbv (mgr.14180) 359 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:22.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:20.522622+0000 mgr.smithi145.ovnvbv (mgr.14180) 359 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:22.738 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:22.738 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:23.113 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:24.114 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:24.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:22.523382+0000 mgr.smithi145.ovnvbv (mgr.14180) 360 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:24.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:22.735177+0000 mgr.smithi145.ovnvbv (mgr.14180) 361 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:24.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:22.523382+0000 mgr.smithi145.ovnvbv (mgr.14180) 360 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:24.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:22.735177+0000 mgr.smithi145.ovnvbv (mgr.14180) 361 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:25.472 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:25.472 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:25.844 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:24.524130+0000 mgr.smithi145.ovnvbv (mgr.14180) 362 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:25.864 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:26.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:24.524130+0000 mgr.smithi145.ovnvbv (mgr.14180) 362 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:26.865 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:27.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:25.469740+0000 mgr.smithi145.ovnvbv (mgr.14180) 363 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:27.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:25.469740+0000 mgr.smithi145.ovnvbv (mgr.14180) 363 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:27.897 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:26.524855+0000 mgr.smithi145.ovnvbv (mgr.14180) 364 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:28.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:26.524855+0000 mgr.smithi145.ovnvbv (mgr.14180) 364 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:28.265 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:28.265 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:28.670 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:29.672 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:29.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:28.262659+0000 mgr.smithi145.ovnvbv (mgr.14180) 365 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:29.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:28.525352+0000 mgr.smithi145.ovnvbv (mgr.14180) 366 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:30.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:28.262659+0000 mgr.smithi145.ovnvbv (mgr.14180) 365 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:30.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:28.525352+0000 mgr.smithi145.ovnvbv (mgr.14180) 366 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:31.076 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:31.077 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:31.470 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:32.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:30.526019+0000 mgr.smithi145.ovnvbv (mgr.14180) 367 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:32.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:31.073867+0000 mgr.smithi145.ovnvbv (mgr.14180) 368 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:32.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:30.526019+0000 mgr.smithi145.ovnvbv (mgr.14180) 367 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:32.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:31.073867+0000 mgr.smithi145.ovnvbv (mgr.14180) 368 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:32.471 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:33.830 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:33.830 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:34.064 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:32.526758+0000 mgr.smithi145.ovnvbv (mgr.14180) 369 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:34.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:32.526758+0000 mgr.smithi145.ovnvbv (mgr.14180) 369 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:34.254 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:35.105 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:33.827646+0000 mgr.smithi145.ovnvbv (mgr.14180) 370 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:35.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:33.827646+0000 mgr.smithi145.ovnvbv (mgr.14180) 370 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:35.256 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:35.923 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:34.527194+0000 mgr.smithi145.ovnvbv (mgr.14180) 371 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:36.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:34.527194+0000 mgr.smithi145.ovnvbv (mgr.14180) 371 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:36.646 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:36.646 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:37.019 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:38.020 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:38.051 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:36.528000+0000 mgr.smithi145.ovnvbv (mgr.14180) 372 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:38.051 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:36.642712+0000 mgr.smithi145.ovnvbv (mgr.14180) 373 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:38.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:36.528000+0000 mgr.smithi145.ovnvbv (mgr.14180) 372 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:38.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:36.642712+0000 mgr.smithi145.ovnvbv (mgr.14180) 373 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:39.408 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:39.409 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:39.820 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:40.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:38.528495+0000 mgr.smithi145.ovnvbv (mgr.14180) 374 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:40.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:38.528495+0000 mgr.smithi145.ovnvbv (mgr.14180) 374 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:40.821 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:41.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:39.406005+0000 mgr.smithi145.ovnvbv (mgr.14180) 375 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:41.162 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:39.406005+0000 mgr.smithi145.ovnvbv (mgr.14180) 375 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:41.873 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:40.529105+0000 mgr.smithi145.ovnvbv (mgr.14180) 376 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:42.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:40.529105+0000 mgr.smithi145.ovnvbv (mgr.14180) 376 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:42.251 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:42.251 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:42.688 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:43.689 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:44.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:42.248652+0000 mgr.smithi145.ovnvbv (mgr.14180) 377 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:44.028 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:42.529776+0000 mgr.smithi145.ovnvbv (mgr.14180) 378 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:44.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:42.248652+0000 mgr.smithi145.ovnvbv (mgr.14180) 377 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:44.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:42.529776+0000 mgr.smithi145.ovnvbv (mgr.14180) 378 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:45.118 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:45.118 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:45.517 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:46.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:44.530478+0000 mgr.smithi145.ovnvbv (mgr.14180) 379 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:46.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:45.115382+0000 mgr.smithi145.ovnvbv (mgr.14180) 380 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:46.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:44.530478+0000 mgr.smithi145.ovnvbv (mgr.14180) 379 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:45.115382+0000 mgr.smithi145.ovnvbv (mgr.14180) 380 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:46.518 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:47.882 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:47.882 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:47.904 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:46.531275+0000 mgr.smithi145.ovnvbv (mgr.14180) 381 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:48.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:46.531275+0000 mgr.smithi145.ovnvbv (mgr.14180) 381 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:48.276 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:49.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:47.879492+0000 mgr.smithi145.ovnvbv (mgr.14180) 382 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:49.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:47.879492+0000 mgr.smithi145.ovnvbv (mgr.14180) 382 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:49.277 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:49.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:48.532006+0000 mgr.smithi145.ovnvbv (mgr.14180) 383 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:50.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:48.532006+0000 mgr.smithi145.ovnvbv (mgr.14180) 383 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:50.726 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:50.726 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:51.109 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:52.110 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:52.143 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:50.532611+0000 mgr.smithi145.ovnvbv (mgr.14180) 384 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:52.143 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:50.723177+0000 mgr.smithi145.ovnvbv (mgr.14180) 385 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:52.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:50.532611+0000 mgr.smithi145.ovnvbv (mgr.14180) 384 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:52.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:50.723177+0000 mgr.smithi145.ovnvbv (mgr.14180) 385 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:53.569 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:53.569 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:53.948 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:52.533251+0000 mgr.smithi145.ovnvbv (mgr.14180) 386 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:53.966 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:54.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:52.533251+0000 mgr.smithi145.ovnvbv (mgr.14180) 386 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:54.967 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:55.105 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:53.565244+0000 mgr.smithi145.ovnvbv (mgr.14180) 387 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:55.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:53.565244+0000 mgr.smithi145.ovnvbv (mgr.14180) 387 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:55.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:54.533790+0000 mgr.smithi145.ovnvbv (mgr.14180) 388 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:56.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:54.533790+0000 mgr.smithi145.ovnvbv (mgr.14180) 388 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:39:56.347 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:56.348 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:56.825 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:39:57.826 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:39:58.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:56.345040+0000 mgr.smithi145.ovnvbv (mgr.14180) 389 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:58.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:56.534754+0000 mgr.smithi145.ovnvbv (mgr.14180) 390 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:58.198 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:56.345040+0000 mgr.smithi145.ovnvbv (mgr.14180) 389 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:39:58.198 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:56.534754+0000 mgr.smithi145.ovnvbv (mgr.14180) 390 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:39:59.288 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:39:59.288 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:39:59.767 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:40:00.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:39:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:39:58.535259+0000 mgr.smithi145.ovnvbv (mgr.14180) 391 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:00.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:39:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:39:58.535259+0000 mgr.smithi145.ovnvbv (mgr.14180) 391 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:00.768 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:01.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:39:59.285217+0000 mgr.smithi145.ovnvbv (mgr.14180) 392 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:01.134 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:00.000133+0000 mon.smithi145 (mon.0) 659 : cluster [INF] overall HEALTH_OK 2024-02-13T03:40:01.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:39:59.285217+0000 mgr.smithi145.ovnvbv (mgr.14180) 392 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:01.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:00.000133+0000 mon.smithi145 (mon.0) 659 : cluster [INF] overall HEALTH_OK 2024-02-13T03:40:02.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:00.535912+0000 mgr.smithi145.ovnvbv (mgr.14180) 393 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:02.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:00.535912+0000 mgr.smithi145.ovnvbv (mgr.14180) 393 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:02.265 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:02.266 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:40:02.648 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:40:03.649 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:03.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:02.262971+0000 mgr.smithi145.ovnvbv (mgr.14180) 394 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:03.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:02.536559+0000 mgr.smithi145.ovnvbv (mgr.14180) 395 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:04.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:02.262971+0000 mgr.smithi145.ovnvbv (mgr.14180) 394 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:04.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:02.536559+0000 mgr.smithi145.ovnvbv (mgr.14180) 395 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:05.089 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:05.089 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:40:05.490 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:40:06.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:04.537163+0000 mgr.smithi145.ovnvbv (mgr.14180) 396 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:06.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:05.086776+0000 mgr.smithi145.ovnvbv (mgr.14180) 397 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:06.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:04.537163+0000 mgr.smithi145.ovnvbv (mgr.14180) 396 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:06.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:05.086776+0000 mgr.smithi145.ovnvbv (mgr.14180) 397 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:06.491 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:07.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:06.537969+0000 mgr.smithi145.ovnvbv (mgr.14180) 398 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:40:07.974 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:07.975 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:40:08.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:06.537969+0000 mgr.smithi145.ovnvbv (mgr.14180) 398 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:40:08.397 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:40:09.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:07.971421+0000 mgr.smithi145.ovnvbv (mgr.14180) 399 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:09.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:07.971421+0000 mgr.smithi145.ovnvbv (mgr.14180) 399 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:09.399 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:10.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:08.538593+0000 mgr.smithi145.ovnvbv (mgr.14180) 400 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:10.158 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:08.538593+0000 mgr.smithi145.ovnvbv (mgr.14180) 400 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:10.913 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:10.913 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:00.857167Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:00.857304Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:00.857392Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:00.857459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:00.857524Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-13T03:40:11.312 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:40:12.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:10.539184+0000 mgr.smithi145.ovnvbv (mgr.14180) 401 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:12.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:40:10.857025+0000 mgr.smithi145.ovnvbv (mgr.14180) 402 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi145.vfkjmr ... 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:38:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:38:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:39:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Traceback (most recent call last): 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: yield (conn, connr) 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:40:12.148 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: code, '\n'.join(err))) 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi145.vfkjmr ... 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:38:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:38:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:39:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:40:10.857215+0000 mgr.smithi145.ovnvbv (mgr.14180) 403 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.149 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:10.857551+0000 mon.smithi145 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.vfkjmr"}]: dispatch 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:40:10.858153+0000 mgr.smithi145.ovnvbv (mgr.14180) 404 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi145.vfkjmr ... 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:38:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:38:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:39:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:10.862481+0000 mon.smithi145 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:40:10.862752+0000 mgr.smithi145.ovnvbv (mgr.14180) 405 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:40:12.150 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:40:10.863834+0000 mgr.smithi145.ovnvbv (mgr.14180) 406 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:40:12.151 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:10.864622+0000 mon.smithi145 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:40:12.151 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:10.864665+0000 mgr.smithi145.ovnvbv (mgr.14180) 407 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:40:12.151 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:10.909510+0000 mgr.smithi145.ovnvbv (mgr.14180) 408 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:10.539184+0000 mgr.smithi145.ovnvbv (mgr.14180) 401 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:40:10.857025+0000 mgr.smithi145.ovnvbv (mgr.14180) 402 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi145.vfkjmr ... 2024-02-13T03:40:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:38:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:38:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:39:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Traceback (most recent call last): 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: yield (conn, connr) 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: code, '\n'.join(err))) 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi145.vfkjmr ... 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:38:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:38:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:39:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:40:10.857215+0000 mgr.smithi145.ovnvbv (mgr.14180) 403 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:10.857551+0000 mon.smithi145 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.vfkjmr"}]: dispatch 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:40:10.858153+0000 mgr.smithi145.ovnvbv (mgr.14180) 404 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi145.vfkjmr ... 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:38:18Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:38:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:39:33Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:10.862481+0000 mon.smithi145 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:40:10.862752+0000 mgr.smithi145.ovnvbv (mgr.14180) 405 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:40:10.863834+0000 mgr.smithi145.ovnvbv (mgr.14180) 406 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:10.864622+0000 mon.smithi145 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:10.864665+0000 mgr.smithi145.ovnvbv (mgr.14180) 407 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:40:12.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:10.909510+0000 mgr.smithi145.ovnvbv (mgr.14180) 408 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:12.314 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:12.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:11.860791+0000 mon.smithi145 (mon.0) 663 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:40:12.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:12.234254+0000 mon.smithi145 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:13.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:11.860791+0000 mon.smithi145 (mon.0) 663 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:40:13.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:12.234254+0000 mon.smithi145 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:14.113 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:14.113 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:35:03.727753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:35:03.727887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:35:03.728010Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:35:03.727645Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:35:03.727435Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:35:03.728089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:35:03.728217Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:35:03.728154Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 1, "size": 2}}] 2024-02-13T03:40:14.139 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:12.865444+0000 mgr.smithi145.ovnvbv (mgr.14180) 409 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:40:14.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:12.865444+0000 mgr.smithi145.ovnvbv (mgr.14180) 409 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:40:14.503 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-13T03:40:15.105 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:14.109722+0000 mgr.smithi145.ovnvbv (mgr.14180) 410 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:14.109722+0000 mgr.smithi145.ovnvbv (mgr.14180) 410 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:15.505 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:16.393 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:14.866208+0000 mgr.smithi145.ovnvbv (mgr.14180) 411 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:40:16.393 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.206526+0000 mon.smithi145 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.393 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.497380+0000 mon.smithi145 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:16.393 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.498034+0000 mon.smithi145 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:40:16.393 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.563484+0000 mon.smithi145 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.393 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.619023+0000 mon.smithi145 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.777215+0000 mon.smithi145 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.782911+0000 mon.smithi145 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.787832+0000 mon.smithi145 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.793231+0000 mon.smithi145 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:40:16.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:15.802080+0000 mon.smithi145 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:15.825684+0000 mon.smithi145 (mon.0) 675 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:40:16.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:15.825705+0000 mon.smithi145 (mon.0) 676 : cluster [INF] Cluster is now healthy 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:14.866208+0000 mgr.smithi145.ovnvbv (mgr.14180) 411 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.206526+0000 mon.smithi145 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.497380+0000 mon.smithi145 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.498034+0000 mon.smithi145 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.563484+0000 mon.smithi145 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.619023+0000 mon.smithi145 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.777215+0000 mon.smithi145 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.782911+0000 mon.smithi145 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.787832+0000 mon.smithi145 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.793231+0000 mon.smithi145 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:40:16.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:15.802080+0000 mon.smithi145 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:16.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:15.825684+0000 mon.smithi145 (mon.0) 675 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:40:16.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:15.825705+0000 mon.smithi145 (mon.0) 676 : cluster [INF] Cluster is now healthy 2024-02-13T03:40:16.939 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:16.939 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:40:15.501104+0000 mgr.smithi145.ovnvbv (mgr.14180) 412 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-13T03:40:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:15.789483+0000 mgr.smithi145.ovnvbv (mgr.14180) 413 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:40:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:40:15.805022+0000 mgr.smithi145.ovnvbv (mgr.14180) 414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi193.dtowxc on smithi193 2024-02-13T03:40:17.505 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-13T03:40:17.505 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-13T03:40:17.516 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-13T03:40:17.516 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:17.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:40:15.501104+0000 mgr.smithi145.ovnvbv (mgr.14180) 412 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-13T03:40:17.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:15.789483+0000 mgr.smithi145.ovnvbv (mgr.14180) 413 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-13T03:40:17.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:40:15.805022+0000 mgr.smithi145.ovnvbv (mgr.14180) 414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi193.dtowxc on smithi193 2024-02-13T03:40:18.548 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:16.934612+0000 mgr.smithi145.ovnvbv (mgr.14180) 415 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:18.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:16.934612+0000 mgr.smithi145.ovnvbv (mgr.14180) 415 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:18.919 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:18.919 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:19.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:19.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:17.790271+0000 mgr.smithi145.ovnvbv (mgr.14180) 416 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 774 B/s rd, 221 B/s wr, 1 op/s 2024-02-13T03:40:19.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:17.790271+0000 mgr.smithi145.ovnvbv (mgr.14180) 416 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 774 B/s rd, 221 B/s wr, 1 op/s 2024-02-13T03:40:20.295 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:20.637 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:18.915437+0000 mgr.smithi145.ovnvbv (mgr.14180) 417 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:20.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:18.915437+0000 mgr.smithi145.ovnvbv (mgr.14180) 417 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:21.365 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:19.790910+0000 mgr.smithi145.ovnvbv (mgr.14180) 418 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 221 B/s wr, 1 op/s 2024-02-13T03:40:21.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:19.790910+0000 mgr.smithi145.ovnvbv (mgr.14180) 418 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 221 B/s wr, 1 op/s 2024-02-13T03:40:21.734 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:21.734 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:22.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:23.138 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:23.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:21.731253+0000 mgr.smithi145.ovnvbv (mgr.14180) 419 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:23.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:21.791624+0000 mgr.smithi145.ovnvbv (mgr.14180) 420 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-02-13T03:40:23.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:21.731253+0000 mgr.smithi145.ovnvbv (mgr.14180) 419 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:23.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:21.791624+0000 mgr.smithi145.ovnvbv (mgr.14180) 420 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-02-13T03:40:24.542 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:24.542 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:24.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:23.792138+0000 mgr.smithi145.ovnvbv (mgr.14180) 421 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-02-13T03:40:25.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:23.792138+0000 mgr.smithi145.ovnvbv (mgr.14180) 421 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-02-13T03:40:25.920 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:26.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:24.538978+0000 mgr.smithi145.ovnvbv (mgr.14180) 422 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:26.655 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:24.538978+0000 mgr.smithi145.ovnvbv (mgr.14180) 422 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:27.335 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:27.335 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:27.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:25.792778+0000 mgr.smithi145.ovnvbv (mgr.14180) 423 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-02-13T03:40:27.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:25.792778+0000 mgr.smithi145.ovnvbv (mgr.14180) 423 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-02-13T03:40:27.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:28.829 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:29.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:27.332056+0000 mgr.smithi145.ovnvbv (mgr.14180) 424 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:29.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:27.793398+0000 mgr.smithi145.ovnvbv (mgr.14180) 425 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-13T03:40:29.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:27.332056+0000 mgr.smithi145.ovnvbv (mgr.14180) 424 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:29.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:27.793398+0000 mgr.smithi145.ovnvbv (mgr.14180) 425 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-13T03:40:30.237 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:30.238 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:30.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:31.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:29.794177+0000 mgr.smithi145.ovnvbv (mgr.14180) 426 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-13T03:40:31.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:30.234368+0000 mgr.smithi145.ovnvbv (mgr.14180) 427 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:31.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:30.562907+0000 mon.smithi145 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:31.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:29.794177+0000 mgr.smithi145.ovnvbv (mgr.14180) 426 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-13T03:40:31.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:30.234368+0000 mgr.smithi145.ovnvbv (mgr.14180) 427 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:31.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:30.562907+0000 mon.smithi145 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:40:31.618 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:32.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:31.794935+0000 mgr.smithi145.ovnvbv (mgr.14180) 428 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-02-13T03:40:33.044 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:33.044 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:33.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:31.794935+0000 mgr.smithi145.ovnvbv (mgr.14180) 428 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-02-13T03:40:33.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:34.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:33.040722+0000 mgr.smithi145.ovnvbv (mgr.14180) 429 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:34.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:33.040722+0000 mgr.smithi145.ovnvbv (mgr.14180) 429 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:34.426 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:35.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:33.795640+0000 mgr.smithi145.ovnvbv (mgr.14180) 430 : 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 2024-02-13T03:40:35.170 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:33.795640+0000 mgr.smithi145.ovnvbv (mgr.14180) 430 : 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 2024-02-13T03:40:35.853 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:35.853 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:36.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:37.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:35.796209+0000 mgr.smithi145.ovnvbv (mgr.14180) 431 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:37.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:35.849807+0000 mgr.smithi145.ovnvbv (mgr.14180) 432 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:37.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:35.796209+0000 mgr.smithi145.ovnvbv (mgr.14180) 431 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:37.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:35.849807+0000 mgr.smithi145.ovnvbv (mgr.14180) 432 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:37.234 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:38.599 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:38.599 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:38.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:37.796904+0000 mgr.smithi145.ovnvbv (mgr.14180) 433 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:40:39.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:39.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:37.796904+0000 mgr.smithi145.ovnvbv (mgr.14180) 433 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:40:40.018 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:40.051 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:38.596103+0000 mgr.smithi145.ovnvbv (mgr.14180) 434 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:40.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:38.596103+0000 mgr.smithi145.ovnvbv (mgr.14180) 434 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:41.078 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:39.797425+0000 mgr.smithi145.ovnvbv (mgr.14180) 435 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:41.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:39.797425+0000 mgr.smithi145.ovnvbv (mgr.14180) 435 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:41.432 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:41.432 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:41.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:42.825 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:41.428780+0000 mgr.smithi145.ovnvbv (mgr.14180) 436 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:43.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:41.798406+0000 mgr.smithi145.ovnvbv (mgr.14180) 437 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:43.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:41.428780+0000 mgr.smithi145.ovnvbv (mgr.14180) 436 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:43.177 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:41.798406+0000 mgr.smithi145.ovnvbv (mgr.14180) 437 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:44.249 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:44.249 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:44.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:45.105 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:43.798929+0000 mgr.smithi145.ovnvbv (mgr.14180) 438 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:45.105 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:44.245909+0000 mgr.smithi145.ovnvbv (mgr.14180) 439 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:45.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:43.798929+0000 mgr.smithi145.ovnvbv (mgr.14180) 438 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:45.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:44.245909+0000 mgr.smithi145.ovnvbv (mgr.14180) 439 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:45.641 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:47.131 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:47.131 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:47.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:45.799691+0000 mgr.smithi145.ovnvbv (mgr.14180) 440 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:47.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:45.799691+0000 mgr.smithi145.ovnvbv (mgr.14180) 440 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:47.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:48.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:47.127472+0000 mgr.smithi145.ovnvbv (mgr.14180) 441 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:48.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:47.127472+0000 mgr.smithi145.ovnvbv (mgr.14180) 441 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:48.535 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:49.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:47.800616+0000 mgr.smithi145.ovnvbv (mgr.14180) 442 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:40:49.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:47.800616+0000 mgr.smithi145.ovnvbv (mgr.14180) 442 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:40:49.951 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:49.951 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:50.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:51.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:49.801084+0000 mgr.smithi145.ovnvbv (mgr.14180) 443 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:51.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:49.946749+0000 mgr.smithi145.ovnvbv (mgr.14180) 444 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:51.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:49.801084+0000 mgr.smithi145.ovnvbv (mgr.14180) 443 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:51.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:49.946749+0000 mgr.smithi145.ovnvbv (mgr.14180) 444 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:51.375 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:52.816 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:52.816 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:53.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:51.802039+0000 mgr.smithi145.ovnvbv (mgr.14180) 445 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:53.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:51.802039+0000 mgr.smithi145.ovnvbv (mgr.14180) 445 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:53.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:54.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:52.812906+0000 mgr.smithi145.ovnvbv (mgr.14180) 446 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:54.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:52.812906+0000 mgr.smithi145.ovnvbv (mgr.14180) 446 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:54.316 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:54.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:53.802655+0000 mgr.smithi145.ovnvbv (mgr.14180) 447 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:55.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:53.802655+0000 mgr.smithi145.ovnvbv (mgr.14180) 447 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:55.716 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:55.716 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:56.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:57.105 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:40:57.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:55.712899+0000 mgr.smithi145.ovnvbv (mgr.14180) 448 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:57.136 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:55.803249+0000 mgr.smithi145.ovnvbv (mgr.14180) 449 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:57.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:55.712899+0000 mgr.smithi145.ovnvbv (mgr.14180) 448 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:40:57.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:55.803249+0000 mgr.smithi145.ovnvbv (mgr.14180) 449 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:40:58.582 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:40:58.582 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:40:58.910 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:57.803965+0000 mgr.smithi145.ovnvbv (mgr.14180) 450 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:40:58.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:40:59.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:57.803965+0000 mgr.smithi145.ovnvbv (mgr.14180) 450 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:40:59.980 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:00.015 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:40:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:40:58.578498+0000 mgr.smithi145.ovnvbv (mgr.14180) 451 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:00.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:40:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:40:58.578498+0000 mgr.smithi145.ovnvbv (mgr.14180) 451 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:00.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:40:59.804660+0000 mgr.smithi145.ovnvbv (mgr.14180) 452 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:01.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:40:59.804660+0000 mgr.smithi145.ovnvbv (mgr.14180) 452 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:01.373 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:01.373 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:01.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:02.772 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:03.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:01.370300+0000 mgr.smithi145.ovnvbv (mgr.14180) 453 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:03.105 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:01.805534+0000 mgr.smithi145.ovnvbv (mgr.14180) 454 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:03.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:01.370300+0000 mgr.smithi145.ovnvbv (mgr.14180) 453 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:03.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:01.805534+0000 mgr.smithi145.ovnvbv (mgr.14180) 454 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:04.198 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:04.198 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:04.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:05.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:03.806005+0000 mgr.smithi145.ovnvbv (mgr.14180) 455 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:05.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:04.193926+0000 mgr.smithi145.ovnvbv (mgr.14180) 456 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:03.806005+0000 mgr.smithi145.ovnvbv (mgr.14180) 455 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:04.193926+0000 mgr.smithi145.ovnvbv (mgr.14180) 456 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:05.563 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:06.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:05.806578+0000 mgr.smithi145.ovnvbv (mgr.14180) 457 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:06.970 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:06.970 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:07.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:05.806578+0000 mgr.smithi145.ovnvbv (mgr.14180) 457 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:07.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:08.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:06.966902+0000 mgr.smithi145.ovnvbv (mgr.14180) 458 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:08.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:06.966902+0000 mgr.smithi145.ovnvbv (mgr.14180) 458 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:08.353 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:08.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:07.807251+0000 mgr.smithi145.ovnvbv (mgr.14180) 459 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:09.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:07.807251+0000 mgr.smithi145.ovnvbv (mgr.14180) 459 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:09.794 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:09.794 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:10.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:11.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:09.790640+0000 mgr.smithi145.ovnvbv (mgr.14180) 460 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:11.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:09.807780+0000 mgr.smithi145.ovnvbv (mgr.14180) 461 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:11.205 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:11.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:09.790640+0000 mgr.smithi145.ovnvbv (mgr.14180) 460 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:11.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:09.807780+0000 mgr.smithi145.ovnvbv (mgr.14180) 461 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:12.640 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:12.640 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:12.941 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:11.808703+0000 mgr.smithi145.ovnvbv (mgr.14180) 462 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:13.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:13.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:11.808703+0000 mgr.smithi145.ovnvbv (mgr.14180) 462 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:14.036 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:14.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:12.636077+0000 mgr.smithi145.ovnvbv (mgr.14180) 463 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:14.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:12.636077+0000 mgr.smithi145.ovnvbv (mgr.14180) 463 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:14.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:13.809431+0000 mgr.smithi145.ovnvbv (mgr.14180) 464 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:15.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:13.809431+0000 mgr.smithi145.ovnvbv (mgr.14180) 464 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:15.399 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:15.399 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:15.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:16.835 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:17.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:15.396445+0000 mgr.smithi145.ovnvbv (mgr.14180) 465 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:17.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:15.810134+0000 mgr.smithi145.ovnvbv (mgr.14180) 466 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:17.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:15.396445+0000 mgr.smithi145.ovnvbv (mgr.14180) 465 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:17.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:15.810134+0000 mgr.smithi145.ovnvbv (mgr.14180) 466 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:18.220 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:18.220 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:18.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:18.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:17.810776+0000 mgr.smithi145.ovnvbv (mgr.14180) 467 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:18.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:18.216664+0000 mgr.smithi145.ovnvbv (mgr.14180) 468 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:19.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:17.810776+0000 mgr.smithi145.ovnvbv (mgr.14180) 467 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:19.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:18.216664+0000 mgr.smithi145.ovnvbv (mgr.14180) 468 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:19.600 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:20.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:19.811280+0000 mgr.smithi145.ovnvbv (mgr.14180) 469 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:21.068 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:21.068 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:21.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:19.811280+0000 mgr.smithi145.ovnvbv (mgr.14180) 469 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:21.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:22.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:21.065015+0000 mgr.smithi145.ovnvbv (mgr.14180) 470 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:22.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:21.065015+0000 mgr.smithi145.ovnvbv (mgr.14180) 470 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:22.459 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:23.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:21.811989+0000 mgr.smithi145.ovnvbv (mgr.14180) 471 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:23.152 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:21.811989+0000 mgr.smithi145.ovnvbv (mgr.14180) 471 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:23.864 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:23.864 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:24.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:25.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:23.812482+0000 mgr.smithi145.ovnvbv (mgr.14180) 472 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:25.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:23.861021+0000 mgr.smithi145.ovnvbv (mgr.14180) 473 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:25.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:23.812482+0000 mgr.smithi145.ovnvbv (mgr.14180) 472 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:25.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:23.861021+0000 mgr.smithi145.ovnvbv (mgr.14180) 473 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:25.258 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:26.689 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:26.690 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:27.039 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:25.813075+0000 mgr.smithi145.ovnvbv (mgr.14180) 474 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:27.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:27.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:25.813075+0000 mgr.smithi145.ovnvbv (mgr.14180) 474 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:28.074 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:28.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:26.686415+0000 mgr.smithi145.ovnvbv (mgr.14180) 475 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:28.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:26.686415+0000 mgr.smithi145.ovnvbv (mgr.14180) 475 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:29.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:27.813815+0000 mgr.smithi145.ovnvbv (mgr.14180) 476 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:29.171 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:27.813815+0000 mgr.smithi145.ovnvbv (mgr.14180) 476 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:29.665 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:29.665 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:30.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:31.072 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:31.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:29.662491+0000 mgr.smithi145.ovnvbv (mgr.14180) 477 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:31.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:29.814315+0000 mgr.smithi145.ovnvbv (mgr.14180) 478 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:31.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:29.662491+0000 mgr.smithi145.ovnvbv (mgr.14180) 477 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:31.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:29.814315+0000 mgr.smithi145.ovnvbv (mgr.14180) 478 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:32.467 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:32.467 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:32.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:33.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:31.815221+0000 mgr.smithi145.ovnvbv (mgr.14180) 479 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:33.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:31.815221+0000 mgr.smithi145.ovnvbv (mgr.14180) 479 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:33.832 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:34.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:32.463874+0000 mgr.smithi145.ovnvbv (mgr.14180) 480 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:34.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:32.463874+0000 mgr.smithi145.ovnvbv (mgr.14180) 480 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:35.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:33.816017+0000 mgr.smithi145.ovnvbv (mgr.14180) 481 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:35.281 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:35.281 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:33.816017+0000 mgr.smithi145.ovnvbv (mgr.14180) 481 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:35.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:36.698 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:37.049 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:35.278030+0000 mgr.smithi145.ovnvbv (mgr.14180) 482 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:37.049 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:35.816797+0000 mgr.smithi145.ovnvbv (mgr.14180) 483 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:35.278030+0000 mgr.smithi145.ovnvbv (mgr.14180) 482 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:35.816797+0000 mgr.smithi145.ovnvbv (mgr.14180) 483 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:38.127 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:38.127 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:38.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:39.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:37.817741+0000 mgr.smithi145.ovnvbv (mgr.14180) 484 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:39.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:38.124320+0000 mgr.smithi145.ovnvbv (mgr.14180) 485 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:39.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:37.817741+0000 mgr.smithi145.ovnvbv (mgr.14180) 484 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:39.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:38.124320+0000 mgr.smithi145.ovnvbv (mgr.14180) 485 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:39.531 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:40.937 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:40.938 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:41.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:39.818411+0000 mgr.smithi145.ovnvbv (mgr.14180) 486 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:39.818411+0000 mgr.smithi145.ovnvbv (mgr.14180) 486 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:41.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:42.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:40.934017+0000 mgr.smithi145.ovnvbv (mgr.14180) 487 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:42.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:40.934017+0000 mgr.smithi145.ovnvbv (mgr.14180) 487 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:42.291 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:42.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:41.819251+0000 mgr.smithi145.ovnvbv (mgr.14180) 488 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:43.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:41.819251+0000 mgr.smithi145.ovnvbv (mgr.14180) 488 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:43.680 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:43.681 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:44.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:45.062 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:45.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:43.676730+0000 mgr.smithi145.ovnvbv (mgr.14180) 489 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:45.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:43.819871+0000 mgr.smithi145.ovnvbv (mgr.14180) 490 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:45.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:43.676730+0000 mgr.smithi145.ovnvbv (mgr.14180) 489 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:45.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:43.819871+0000 mgr.smithi145.ovnvbv (mgr.14180) 490 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:46.499 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:46.499 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:46.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:47.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:45.820474+0000 mgr.smithi145.ovnvbv (mgr.14180) 491 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:47.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:45.820474+0000 mgr.smithi145.ovnvbv (mgr.14180) 491 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:47.922 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:48.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:46.496089+0000 mgr.smithi145.ovnvbv (mgr.14180) 492 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:48.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:46.496089+0000 mgr.smithi145.ovnvbv (mgr.14180) 492 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:49.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:47.821170+0000 mgr.smithi145.ovnvbv (mgr.14180) 493 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:49.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:47.821170+0000 mgr.smithi145.ovnvbv (mgr.14180) 493 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:49.368 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:49.368 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:49.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:50.786 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:51.130 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:49.365275+0000 mgr.smithi145.ovnvbv (mgr.14180) 494 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:51.130 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:49.821925+0000 mgr.smithi145.ovnvbv (mgr.14180) 495 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:51.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:49.365275+0000 mgr.smithi145.ovnvbv (mgr.14180) 494 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:51.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:49.821925+0000 mgr.smithi145.ovnvbv (mgr.14180) 495 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:52.191 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:52.191 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:52.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:53.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:51.822643+0000 mgr.smithi145.ovnvbv (mgr.14180) 496 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:53.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:52.187454+0000 mgr.smithi145.ovnvbv (mgr.14180) 497 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:53.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:51.822643+0000 mgr.smithi145.ovnvbv (mgr.14180) 496 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:53.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:52.187454+0000 mgr.smithi145.ovnvbv (mgr.14180) 497 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:53.611 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:54.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:53.823176+0000 mgr.smithi145.ovnvbv (mgr.14180) 498 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:55.027 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:55.027 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:55.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:53.823176+0000 mgr.smithi145.ovnvbv (mgr.14180) 498 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:55.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:56.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:55.024259+0000 mgr.smithi145.ovnvbv (mgr.14180) 499 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:56.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:55.024259+0000 mgr.smithi145.ovnvbv (mgr.14180) 499 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:56.418 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:57.087 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:55.823970+0000 mgr.smithi145.ovnvbv (mgr.14180) 500 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:57.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:55.823970+0000 mgr.smithi145.ovnvbv (mgr.14180) 500 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:41:57.819 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:41:57.819 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:41:58.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:41:59.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:41:57.815212+0000 mgr.smithi145.ovnvbv (mgr.14180) 501 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:59.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:41:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:57.824795+0000 mgr.smithi145.ovnvbv (mgr.14180) 502 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:41:59.187 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:41:59.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:41:57.815212+0000 mgr.smithi145.ovnvbv (mgr.14180) 501 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:41:59.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:41:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:57.824795+0000 mgr.smithi145.ovnvbv (mgr.14180) 502 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:00.732 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:00.732 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:01.091 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:41:59.825497+0000 mgr.smithi145.ovnvbv (mgr.14180) 503 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:01.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:01.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:41:59.825497+0000 mgr.smithi145.ovnvbv (mgr.14180) 503 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:02.112 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:02.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:00.728808+0000 mgr.smithi145.ovnvbv (mgr.14180) 504 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:02.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:00.728808+0000 mgr.smithi145.ovnvbv (mgr.14180) 504 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:03.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:01.826339+0000 mgr.smithi145.ovnvbv (mgr.14180) 505 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:03.178 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:01.826339+0000 mgr.smithi145.ovnvbv (mgr.14180) 505 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:03.541 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:03.542 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:03.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:04.927 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:05.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:03.538641+0000 mgr.smithi145.ovnvbv (mgr.14180) 506 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:05.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:03.826925+0000 mgr.smithi145.ovnvbv (mgr.14180) 507 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:03.538641+0000 mgr.smithi145.ovnvbv (mgr.14180) 506 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:03.826925+0000 mgr.smithi145.ovnvbv (mgr.14180) 507 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:06.374 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:06.374 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:06.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:07.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:05.827479+0000 mgr.smithi145.ovnvbv (mgr.14180) 508 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:07.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:05.827479+0000 mgr.smithi145.ovnvbv (mgr.14180) 508 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:07.826 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:08.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:06.371103+0000 mgr.smithi145.ovnvbv (mgr.14180) 509 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:08.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:06.371103+0000 mgr.smithi145.ovnvbv (mgr.14180) 509 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:09.198 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:09.198 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:09.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:07.828308+0000 mgr.smithi145.ovnvbv (mgr.14180) 510 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:09.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:07.828308+0000 mgr.smithi145.ovnvbv (mgr.14180) 510 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:09.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:10.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:09.194633+0000 mgr.smithi145.ovnvbv (mgr.14180) 511 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:10.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:09.194633+0000 mgr.smithi145.ovnvbv (mgr.14180) 511 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:10.583 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:11.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:09.829097+0000 mgr.smithi145.ovnvbv (mgr.14180) 512 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:11.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:09.829097+0000 mgr.smithi145.ovnvbv (mgr.14180) 512 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:12.081 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:12.081 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:12.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:13.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:11.829814+0000 mgr.smithi145.ovnvbv (mgr.14180) 513 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:13.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:12.077297+0000 mgr.smithi145.ovnvbv (mgr.14180) 514 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:11.829814+0000 mgr.smithi145.ovnvbv (mgr.14180) 513 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:12.077297+0000 mgr.smithi145.ovnvbv (mgr.14180) 514 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:13.493 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:14.967 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:14.968 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:13.830342+0000 mgr.smithi145.ovnvbv (mgr.14180) 515 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:15.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:13.830342+0000 mgr.smithi145.ovnvbv (mgr.14180) 515 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:16.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:14.964001+0000 mgr.smithi145.ovnvbv (mgr.14180) 516 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:16.376 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:14.964001+0000 mgr.smithi145.ovnvbv (mgr.14180) 516 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:17.076 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:15.830887+0000 mgr.smithi145.ovnvbv (mgr.14180) 517 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:17.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:15.830887+0000 mgr.smithi145.ovnvbv (mgr.14180) 517 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:17.800 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:17.800 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:18.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:19.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:17.793704+0000 mgr.smithi145.ovnvbv (mgr.14180) 518 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:19.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:17.831763+0000 mgr.smithi145.ovnvbv (mgr.14180) 519 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:19.183 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:19.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:17.793704+0000 mgr.smithi145.ovnvbv (mgr.14180) 518 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:19.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:17.831763+0000 mgr.smithi145.ovnvbv (mgr.14180) 519 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:20.646 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:20.646 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:20.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:19.832257+0000 mgr.smithi145.ovnvbv (mgr.14180) 520 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:21.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:21.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:19.832257+0000 mgr.smithi145.ovnvbv (mgr.14180) 520 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:22.032 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:22.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:20.642361+0000 mgr.smithi145.ovnvbv (mgr.14180) 521 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:22.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:20.642361+0000 mgr.smithi145.ovnvbv (mgr.14180) 521 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:23.103 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:21.833097+0000 mgr.smithi145.ovnvbv (mgr.14180) 522 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:23.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:21.833097+0000 mgr.smithi145.ovnvbv (mgr.14180) 522 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:23.479 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:23.480 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:23.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:24.866 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:25.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:23.476636+0000 mgr.smithi145.ovnvbv (mgr.14180) 523 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:25.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:23.833676+0000 mgr.smithi145.ovnvbv (mgr.14180) 524 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:25.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:23.476636+0000 mgr.smithi145.ovnvbv (mgr.14180) 523 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:25.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:23.833676+0000 mgr.smithi145.ovnvbv (mgr.14180) 524 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:26.273 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:26.273 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:26.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:27.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:25.834222+0000 mgr.smithi145.ovnvbv (mgr.14180) 525 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:27.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:25.834222+0000 mgr.smithi145.ovnvbv (mgr.14180) 525 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:27.663 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:27.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:26.270038+0000 mgr.smithi145.ovnvbv (mgr.14180) 526 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:28.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:26.270038+0000 mgr.smithi145.ovnvbv (mgr.14180) 526 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:28.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:27.835090+0000 mgr.smithi145.ovnvbv (mgr.14180) 527 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:29.103 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:29.103 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:29.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:27.835090+0000 mgr.smithi145.ovnvbv (mgr.14180) 527 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:29.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:30.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:29.100287+0000 mgr.smithi145.ovnvbv (mgr.14180) 528 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:30.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:29.100287+0000 mgr.smithi145.ovnvbv (mgr.14180) 528 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:30.488 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:31.148 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:29.835747+0000 mgr.smithi145.ovnvbv (mgr.14180) 529 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:31.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:29.835747+0000 mgr.smithi145.ovnvbv (mgr.14180) 529 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:31.852 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:31.853 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:32.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:33.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:31.836538+0000 mgr.smithi145.ovnvbv (mgr.14180) 530 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:33.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:31.849546+0000 mgr.smithi145.ovnvbv (mgr.14180) 531 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:33.283 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:33.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:31.836538+0000 mgr.smithi145.ovnvbv (mgr.14180) 530 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:33.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:31.849546+0000 mgr.smithi145.ovnvbv (mgr.14180) 531 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:34.697 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:34.697 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:35.093 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:33.837069+0000 mgr.smithi145.ovnvbv (mgr.14180) 532 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:35.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:33.837069+0000 mgr.smithi145.ovnvbv (mgr.14180) 532 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:36.133 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:36.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:34.693240+0000 mgr.smithi145.ovnvbv (mgr.14180) 533 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:36.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:34.693240+0000 mgr.smithi145.ovnvbv (mgr.14180) 533 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:37.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:35.837970+0000 mgr.smithi145.ovnvbv (mgr.14180) 534 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:37.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:35.837970+0000 mgr.smithi145.ovnvbv (mgr.14180) 534 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:37.539 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:37.539 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:37.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:38.932 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:39.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:37.536374+0000 mgr.smithi145.ovnvbv (mgr.14180) 535 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:39.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:37.838637+0000 mgr.smithi145.ovnvbv (mgr.14180) 536 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:39.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:37.536374+0000 mgr.smithi145.ovnvbv (mgr.14180) 535 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:39.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:37.838637+0000 mgr.smithi145.ovnvbv (mgr.14180) 536 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:40.400 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:40.401 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:40.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:41.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:39.839352+0000 mgr.smithi145.ovnvbv (mgr.14180) 537 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:39.839352+0000 mgr.smithi145.ovnvbv (mgr.14180) 537 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:41.991 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:42.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:40.397391+0000 mgr.smithi145.ovnvbv (mgr.14180) 538 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:42.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:40.397391+0000 mgr.smithi145.ovnvbv (mgr.14180) 538 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:42.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:41.840127+0000 mgr.smithi145.ovnvbv (mgr.14180) 539 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:43.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:41.840127+0000 mgr.smithi145.ovnvbv (mgr.14180) 539 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:43.446 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:43.446 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:05.915198Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:43.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:44.862 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:45.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:43.443340+0000 mgr.smithi145.ovnvbv (mgr.14180) 540 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:45.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:43.840737+0000 mgr.smithi145.ovnvbv (mgr.14180) 541 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:43.443340+0000 mgr.smithi145.ovnvbv (mgr.14180) 540 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:43.840737+0000 mgr.smithi145.ovnvbv (mgr.14180) 541 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:42:44.913548+0000 mgr.smithi145.ovnvbv (mgr.14180) 542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.dtowxc ... 2024-02-13T03:42:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:42:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:40:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:41: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" 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:42:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Traceback (most recent call last): 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: yield (conn, connr) 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: code, '\n'.join(err))) 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.dtowxc ... 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:40:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:41: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" 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:42:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:42:44.913825+0000 mgr.smithi145.ovnvbv (mgr.14180) 543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:44.914143+0000 mon.smithi145 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi193.dtowxc"}]: dispatch 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:42:44.914905+0000 mgr.smithi145.ovnvbv (mgr.14180) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.209 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.dtowxc ... 2024-02-13T03:42:46.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:42:46.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:40:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:41: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" 2024-02-13T03:42:46.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:42:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:42:46.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.210 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:42:44.917174+0000 mgr.smithi145.ovnvbv (mgr.14180) 545 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.uoizxx on smithi145 2024-02-13T03:42:46.343 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:46.344 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:42:44.913548+0000 mgr.smithi145.ovnvbv (mgr.14180) 542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.dtowxc ... 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:40:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:41: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" 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:42:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Traceback (most recent call last): 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: yield (conn, connr) 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: code, '\n'.join(err))) 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.dtowxc ... 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:40:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:41: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" 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:42:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:42:44.913825+0000 mgr.smithi145.ovnvbv (mgr.14180) 543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:44.914143+0000 mon.smithi145 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi193.dtowxc"}]: dispatch 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:42:44.914905+0000 mgr.smithi145.ovnvbv (mgr.14180) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.dtowxc ... 2024-02-13T03:42:46.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:42:46.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:40:52Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:41: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" 2024-02-13T03:42:46.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:42:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:42:46.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:42:46.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:42:46.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:42:44.917174+0000 mgr.smithi145.ovnvbv (mgr.14180) 545 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.uoizxx on smithi145 2024-02-13T03:42:46.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:46.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:45.841288+0000 mgr.smithi145.ovnvbv (mgr.14180) 546 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:47.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:45.841288+0000 mgr.smithi145.ovnvbv (mgr.14180) 546 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:47.734 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:48.078 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:46.340248+0000 mgr.smithi145.ovnvbv (mgr.14180) 547 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:48.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:46.340248+0000 mgr.smithi145.ovnvbv (mgr.14180) 547 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:49.169 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:49.170 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:49.195 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:47.842182+0000 mgr.smithi145.ovnvbv (mgr.14180) 548 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:49.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:47.842182+0000 mgr.smithi145.ovnvbv (mgr.14180) 548 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:49.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:50.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:49.166359+0000 mgr.smithi145.ovnvbv (mgr.14180) 549 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:50.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:49.166359+0000 mgr.smithi145.ovnvbv (mgr.14180) 549 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:50.559 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:51.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:49.842719+0000 mgr.smithi145.ovnvbv (mgr.14180) 550 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:49.842719+0000 mgr.smithi145.ovnvbv (mgr.14180) 550 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:51.987 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:51.987 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:52.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:53.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:51.843454+0000 mgr.smithi145.ovnvbv (mgr.14180) 551 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:53.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:51.983379+0000 mgr.smithi145.ovnvbv (mgr.14180) 552 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:51.843454+0000 mgr.smithi145.ovnvbv (mgr.14180) 551 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:51.983379+0000 mgr.smithi145.ovnvbv (mgr.14180) 552 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:53.403 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:54.813 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:54.814 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:55.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:53.844075+0000 mgr.smithi145.ovnvbv (mgr.14180) 553 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:55.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:53.844075+0000 mgr.smithi145.ovnvbv (mgr.14180) 553 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:56.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:54.809441+0000 mgr.smithi145.ovnvbv (mgr.14180) 554 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:56.225 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:56.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:54.809441+0000 mgr.smithi145.ovnvbv (mgr.14180) 554 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:57.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:55.844704+0000 mgr.smithi145.ovnvbv (mgr.14180) 555 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:57.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:55.844704+0000 mgr.smithi145.ovnvbv (mgr.14180) 555 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:42:57.662 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:42:57.662 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:42:58.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:42:59.083 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:42:59.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:42:57.658770+0000 mgr.smithi145.ovnvbv (mgr.14180) 556 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:59.115 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:42:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:57.845358+0000 mgr.smithi145.ovnvbv (mgr.14180) 557 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:42:59.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:42:57.658770+0000 mgr.smithi145.ovnvbv (mgr.14180) 556 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:42:59.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:42:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:57.845358+0000 mgr.smithi145.ovnvbv (mgr.14180) 557 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:00.439 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:00.439 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:00.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:01.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:42:59.846076+0000 mgr.smithi145.ovnvbv (mgr.14180) 558 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:01.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:42:59.846076+0000 mgr.smithi145.ovnvbv (mgr.14180) 558 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:01.831 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:02.174 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:00.435691+0000 mgr.smithi145.ovnvbv (mgr.14180) 559 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:02.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:00.435691+0000 mgr.smithi145.ovnvbv (mgr.14180) 559 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:03.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:01.846784+0000 mgr.smithi145.ovnvbv (mgr.14180) 560 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:03.213 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:03.213 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:03.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:01.846784+0000 mgr.smithi145.ovnvbv (mgr.14180) 560 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:03.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:04.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:03.210400+0000 mgr.smithi145.ovnvbv (mgr.14180) 561 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:04.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:03.210400+0000 mgr.smithi145.ovnvbv (mgr.14180) 561 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:04.599 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:03.847259+0000 mgr.smithi145.ovnvbv (mgr.14180) 562 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:03.847259+0000 mgr.smithi145.ovnvbv (mgr.14180) 562 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:05.963 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:05.963 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:06.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:07.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:05.847860+0000 mgr.smithi145.ovnvbv (mgr.14180) 563 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:05.958986+0000 mgr.smithi145.ovnvbv (mgr.14180) 564 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:07.357 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:07.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:05.847860+0000 mgr.smithi145.ovnvbv (mgr.14180) 563 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:07.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:05.958986+0000 mgr.smithi145.ovnvbv (mgr.14180) 564 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:08.754 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:08.754 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:09.086 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:07.848508+0000 mgr.smithi145.ovnvbv (mgr.14180) 565 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:09.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:07.848508+0000 mgr.smithi145.ovnvbv (mgr.14180) 565 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:09.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:10.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:08.750284+0000 mgr.smithi145.ovnvbv (mgr.14180) 566 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:10.155 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:10.187 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:08.750284+0000 mgr.smithi145.ovnvbv (mgr.14180) 566 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:11.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:09.849014+0000 mgr.smithi145.ovnvbv (mgr.14180) 567 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:11.150 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:09.849014+0000 mgr.smithi145.ovnvbv (mgr.14180) 567 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:11.547 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:11.547 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:11.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:12.940 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:13.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:11.543250+0000 mgr.smithi145.ovnvbv (mgr.14180) 568 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:13.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:11.849876+0000 mgr.smithi145.ovnvbv (mgr.14180) 569 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:11.543250+0000 mgr.smithi145.ovnvbv (mgr.14180) 568 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:11.849876+0000 mgr.smithi145.ovnvbv (mgr.14180) 569 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:14.331 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:14.331 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:14.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:13.850373+0000 mgr.smithi145.ovnvbv (mgr.14180) 570 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:13.850373+0000 mgr.smithi145.ovnvbv (mgr.14180) 570 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:15.759 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:16.097 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:14.327178+0000 mgr.smithi145.ovnvbv (mgr.14180) 571 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:14.327178+0000 mgr.smithi145.ovnvbv (mgr.14180) 571 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:17.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:15.850995+0000 mgr.smithi145.ovnvbv (mgr.14180) 572 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:17.271 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:17.271 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:17.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:15.850995+0000 mgr.smithi145.ovnvbv (mgr.14180) 572 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:17.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:18.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:17.268110+0000 mgr.smithi145.ovnvbv (mgr.14180) 573 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:18.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:17.268110+0000 mgr.smithi145.ovnvbv (mgr.14180) 573 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:18.680 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:19.022 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:17.851821+0000 mgr.smithi145.ovnvbv (mgr.14180) 574 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:17.851821+0000 mgr.smithi145.ovnvbv (mgr.14180) 574 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:20.115 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:20.115 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:20.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:21.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:19.852259+0000 mgr.smithi145.ovnvbv (mgr.14180) 575 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:21.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:20.112086+0000 mgr.smithi145.ovnvbv (mgr.14180) 576 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:21.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:19.852259+0000 mgr.smithi145.ovnvbv (mgr.14180) 575 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:21.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:20.112086+0000 mgr.smithi145.ovnvbv (mgr.14180) 576 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:21.554 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:22.895 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:22.895 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:23.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:21.853125+0000 mgr.smithi145.ovnvbv (mgr.14180) 577 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:23.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:21.853125+0000 mgr.smithi145.ovnvbv (mgr.14180) 577 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:24.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:22.891841+0000 mgr.smithi145.ovnvbv (mgr.14180) 578 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:24.287 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:24.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:22.891841+0000 mgr.smithi145.ovnvbv (mgr.14180) 578 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:25.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:23.853674+0000 mgr.smithi145.ovnvbv (mgr.14180) 579 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:23.853674+0000 mgr.smithi145.ovnvbv (mgr.14180) 579 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:25.703 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:25.703 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:26.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:27.102 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:27.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:25.700534+0000 mgr.smithi145.ovnvbv (mgr.14180) 580 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:27.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:25.854498+0000 mgr.smithi145.ovnvbv (mgr.14180) 581 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:27.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:25.700534+0000 mgr.smithi145.ovnvbv (mgr.14180) 580 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:27.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:25.854498+0000 mgr.smithi145.ovnvbv (mgr.14180) 581 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:28.526 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:28.527 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:28.900 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:27.855361+0000 mgr.smithi145.ovnvbv (mgr.14180) 582 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:28.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:29.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:27.855361+0000 mgr.smithi145.ovnvbv (mgr.14180) 582 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:29.921 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:30.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:28.523309+0000 mgr.smithi145.ovnvbv (mgr.14180) 583 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:30.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:28.523309+0000 mgr.smithi145.ovnvbv (mgr.14180) 583 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:30.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:29.856055+0000 mgr.smithi145.ovnvbv (mgr.14180) 584 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:31.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:29.856055+0000 mgr.smithi145.ovnvbv (mgr.14180) 584 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:31.334 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:31.334 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:31.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:32.787 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:33.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:31.330868+0000 mgr.smithi145.ovnvbv (mgr.14180) 585 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:33.161 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:31.856966+0000 mgr.smithi145.ovnvbv (mgr.14180) 586 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:33.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:31.330868+0000 mgr.smithi145.ovnvbv (mgr.14180) 585 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:33.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:31.856966+0000 mgr.smithi145.ovnvbv (mgr.14180) 586 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:34.317 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:34.317 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:34.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:34.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:33.857520+0000 mgr.smithi145.ovnvbv (mgr.14180) 587 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:33.857520+0000 mgr.smithi145.ovnvbv (mgr.14180) 587 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:35.726 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:36.067 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:34.313291+0000 mgr.smithi145.ovnvbv (mgr.14180) 588 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:36.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:34.313291+0000 mgr.smithi145.ovnvbv (mgr.14180) 588 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:37.156 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:37.157 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:37.183 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:35.858211+0000 mgr.smithi145.ovnvbv (mgr.14180) 589 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:35.858211+0000 mgr.smithi145.ovnvbv (mgr.14180) 589 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:37.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:38.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:37.153393+0000 mgr.smithi145.ovnvbv (mgr.14180) 590 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:38.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:37.153393+0000 mgr.smithi145.ovnvbv (mgr.14180) 590 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:38.561 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:39.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:37.858914+0000 mgr.smithi145.ovnvbv (mgr.14180) 591 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:39.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:37.858914+0000 mgr.smithi145.ovnvbv (mgr.14180) 591 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:39.992 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:39.992 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:40.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:39.859389+0000 mgr.smithi145.ovnvbv (mgr.14180) 592 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:39.988707+0000 mgr.smithi145.ovnvbv (mgr.14180) 593 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:41.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:39.859389+0000 mgr.smithi145.ovnvbv (mgr.14180) 592 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:41.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:39.988707+0000 mgr.smithi145.ovnvbv (mgr.14180) 593 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:41.434 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:42.874 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:42.875 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:41.860287+0000 mgr.smithi145.ovnvbv (mgr.14180) 594 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:43.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:43.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:41.860287+0000 mgr.smithi145.ovnvbv (mgr.14180) 594 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:44.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:42.870154+0000 mgr.smithi145.ovnvbv (mgr.14180) 595 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:44.253 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:44.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:42.870154+0000 mgr.smithi145.ovnvbv (mgr.14180) 595 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:45.195 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:43.861087+0000 mgr.smithi145.ovnvbv (mgr.14180) 596 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:43.861087+0000 mgr.smithi145.ovnvbv (mgr.14180) 596 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:45.761 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:45.761 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:46.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:47.190 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:47.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:45.757820+0000 mgr.smithi145.ovnvbv (mgr.14180) 597 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:47.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:45.861777+0000 mgr.smithi145.ovnvbv (mgr.14180) 598 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:47.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:45.757820+0000 mgr.smithi145.ovnvbv (mgr.14180) 597 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:47.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:45.861777+0000 mgr.smithi145.ovnvbv (mgr.14180) 598 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:48.583 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:48.583 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:48.945 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:47.862426+0000 mgr.smithi145.ovnvbv (mgr.14180) 599 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:48.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:49.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:47.862426+0000 mgr.smithi145.ovnvbv (mgr.14180) 599 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:49.966 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:50.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:48.579801+0000 mgr.smithi145.ovnvbv (mgr.14180) 600 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:50.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:48.579801+0000 mgr.smithi145.ovnvbv (mgr.14180) 600 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:50.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:49.863035+0000 mgr.smithi145.ovnvbv (mgr.14180) 601 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:51.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:49.863035+0000 mgr.smithi145.ovnvbv (mgr.14180) 601 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:51.361 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:51.362 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:51.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:52.773 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:53.123 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:51.357842+0000 mgr.smithi145.ovnvbv (mgr.14180) 602 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:53.124 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:51.863756+0000 mgr.smithi145.ovnvbv (mgr.14180) 603 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:51.357842+0000 mgr.smithi145.ovnvbv (mgr.14180) 602 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:51.863756+0000 mgr.smithi145.ovnvbv (mgr.14180) 603 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:54.181 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:54.181 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:54.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:55.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:53.864260+0000 mgr.smithi145.ovnvbv (mgr.14180) 604 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:55.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:54.177742+0000 mgr.smithi145.ovnvbv (mgr.14180) 605 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:53.864260+0000 mgr.smithi145.ovnvbv (mgr.14180) 604 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:54.177742+0000 mgr.smithi145.ovnvbv (mgr.14180) 605 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:55.564 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:56.996 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:56.996 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:43:57.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:55.865033+0000 mgr.smithi145.ovnvbv (mgr.14180) 606 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:57.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:55.865033+0000 mgr.smithi145.ovnvbv (mgr.14180) 606 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:43:57.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:43:58.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:56.992613+0000 mgr.smithi145.ovnvbv (mgr.14180) 607 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:58.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:56.992613+0000 mgr.smithi145.ovnvbv (mgr.14180) 607 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:43:58.399 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:43:59.141 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:43:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:57.865889+0000 mgr.smithi145.ovnvbv (mgr.14180) 608 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:43:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:57.865889+0000 mgr.smithi145.ovnvbv (mgr.14180) 608 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:43:59.870 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:43:59.871 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:00.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:01.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:43:59.866348+0000 mgr.smithi145.ovnvbv (mgr.14180) 609 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:01.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:43:59.867224+0000 mgr.smithi145.ovnvbv (mgr.14180) 610 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:01.281 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:01.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:43:59.866348+0000 mgr.smithi145.ovnvbv (mgr.14180) 609 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:01.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:43:59.867224+0000 mgr.smithi145.ovnvbv (mgr.14180) 610 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:02.653 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:02.653 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:03.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:03.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:01.867129+0000 mgr.smithi145.ovnvbv (mgr.14180) 611 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:03.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:01.867129+0000 mgr.smithi145.ovnvbv (mgr.14180) 611 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:04.035 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:04.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:02.650033+0000 mgr.smithi145.ovnvbv (mgr.14180) 612 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:04.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:02.650033+0000 mgr.smithi145.ovnvbv (mgr.14180) 612 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:03.867866+0000 mgr.smithi145.ovnvbv (mgr.14180) 613 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:03.867866+0000 mgr.smithi145.ovnvbv (mgr.14180) 613 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:05.417 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:05.418 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:05.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:06.907 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:07.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:05.414685+0000 mgr.smithi145.ovnvbv (mgr.14180) 614 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:05.868679+0000 mgr.smithi145.ovnvbv (mgr.14180) 615 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:07.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:05.414685+0000 mgr.smithi145.ovnvbv (mgr.14180) 614 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:07.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:05.868679+0000 mgr.smithi145.ovnvbv (mgr.14180) 615 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:08.344 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:08.344 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:08.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:09.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:07.869379+0000 mgr.smithi145.ovnvbv (mgr.14180) 616 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:09.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:07.869379+0000 mgr.smithi145.ovnvbv (mgr.14180) 616 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:09.792 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:10.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:08.340116+0000 mgr.smithi145.ovnvbv (mgr.14180) 617 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:10.204 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:08.340116+0000 mgr.smithi145.ovnvbv (mgr.14180) 617 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:11.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:09.869940+0000 mgr.smithi145.ovnvbv (mgr.14180) 618 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:11.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:09.869940+0000 mgr.smithi145.ovnvbv (mgr.14180) 618 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:11.218 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:11.218 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:11.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:12.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:11.215310+0000 mgr.smithi145.ovnvbv (mgr.14180) 619 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:12.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:11.215310+0000 mgr.smithi145.ovnvbv (mgr.14180) 619 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:12.611 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:12.945 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:11.870685+0000 mgr.smithi145.ovnvbv (mgr.14180) 620 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:13.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:11.870685+0000 mgr.smithi145.ovnvbv (mgr.14180) 620 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:14.047 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:14.048 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:14.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:13.871139+0000 mgr.smithi145.ovnvbv (mgr.14180) 621 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:14.043853+0000 mgr.smithi145.ovnvbv (mgr.14180) 622 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:13.871139+0000 mgr.smithi145.ovnvbv (mgr.14180) 621 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:15.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:14.043853+0000 mgr.smithi145.ovnvbv (mgr.14180) 622 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:15.476 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:16.833 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:16.833 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:17.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:15.871774+0000 mgr.smithi145.ovnvbv (mgr.14180) 623 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:17.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:17.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:15.871774+0000 mgr.smithi145.ovnvbv (mgr.14180) 623 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:18.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:16.829968+0000 mgr.smithi145.ovnvbv (mgr.14180) 624 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:18.264 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:18.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:16.829968+0000 mgr.smithi145.ovnvbv (mgr.14180) 624 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:19.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:17.872701+0000 mgr.smithi145.ovnvbv (mgr.14180) 625 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:17.872701+0000 mgr.smithi145.ovnvbv (mgr.14180) 625 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:19.729 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:19.729 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:20.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:21.161 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:21.195 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:19.725729+0000 mgr.smithi145.ovnvbv (mgr.14180) 626 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:21.195 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:19.873224+0000 mgr.smithi145.ovnvbv (mgr.14180) 627 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:21.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:19.725729+0000 mgr.smithi145.ovnvbv (mgr.14180) 626 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:21.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:19.873224+0000 mgr.smithi145.ovnvbv (mgr.14180) 627 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:22.576 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:22.576 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:23.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:23.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:21.874011+0000 mgr.smithi145.ovnvbv (mgr.14180) 628 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:21.874011+0000 mgr.smithi145.ovnvbv (mgr.14180) 628 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:24.124 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:24.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:22.572404+0000 mgr.smithi145.ovnvbv (mgr.14180) 629 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:24.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:22.572404+0000 mgr.smithi145.ovnvbv (mgr.14180) 629 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:25.144 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:23.874679+0000 mgr.smithi145.ovnvbv (mgr.14180) 630 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:23.874679+0000 mgr.smithi145.ovnvbv (mgr.14180) 630 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:25.526 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:25.526 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:25.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:26.950 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:27.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:25.522424+0000 mgr.smithi145.ovnvbv (mgr.14180) 631 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:27.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:25.875354+0000 mgr.smithi145.ovnvbv (mgr.14180) 632 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:27.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:25.522424+0000 mgr.smithi145.ovnvbv (mgr.14180) 631 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:27.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:25.875354+0000 mgr.smithi145.ovnvbv (mgr.14180) 632 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:28.377 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:28.377 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:28.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:29.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:27.876254+0000 mgr.smithi145.ovnvbv (mgr.14180) 633 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:29.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:27.876254+0000 mgr.smithi145.ovnvbv (mgr.14180) 633 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:29.799 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:30.141 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:28.372762+0000 mgr.smithi145.ovnvbv (mgr.14180) 634 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:30.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:28.372762+0000 mgr.smithi145.ovnvbv (mgr.14180) 634 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:31.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:29.876883+0000 mgr.smithi145.ovnvbv (mgr.14180) 635 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:31.147 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:31.147 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:31.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:29.876883+0000 mgr.smithi145.ovnvbv (mgr.14180) 635 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:31.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:32.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:31.144545+0000 mgr.smithi145.ovnvbv (mgr.14180) 636 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:32.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:31.144545+0000 mgr.smithi145.ovnvbv (mgr.14180) 636 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:32.534 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:33.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:31.877649+0000 mgr.smithi145.ovnvbv (mgr.14180) 637 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:33.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:31.877649+0000 mgr.smithi145.ovnvbv (mgr.14180) 637 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:33.994 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:33.995 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:34.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:35.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:33.878172+0000 mgr.smithi145.ovnvbv (mgr.14180) 638 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:35.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:33.991485+0000 mgr.smithi145.ovnvbv (mgr.14180) 639 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:35.374 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:33.878172+0000 mgr.smithi145.ovnvbv (mgr.14180) 638 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:33.991485+0000 mgr.smithi145.ovnvbv (mgr.14180) 639 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:36.790 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:36.790 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:37.144 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:35.878791+0000 mgr.smithi145.ovnvbv (mgr.14180) 640 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:37.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:35.878791+0000 mgr.smithi145.ovnvbv (mgr.14180) 640 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:38.171 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:38.204 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:36.786756+0000 mgr.smithi145.ovnvbv (mgr.14180) 641 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:38.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:36.786756+0000 mgr.smithi145.ovnvbv (mgr.14180) 641 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:39.200 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:37.879533+0000 mgr.smithi145.ovnvbv (mgr.14180) 642 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:39.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:37.879533+0000 mgr.smithi145.ovnvbv (mgr.14180) 642 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:39.548 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:39.548 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:39.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:40.949 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:39.545126+0000 mgr.smithi145.ovnvbv (mgr.14180) 643 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:39.880063+0000 mgr.smithi145.ovnvbv (mgr.14180) 644 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:41.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:39.545126+0000 mgr.smithi145.ovnvbv (mgr.14180) 643 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:41.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:39.880063+0000 mgr.smithi145.ovnvbv (mgr.14180) 644 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:42.392 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:42.392 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:42.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:41.880801+0000 mgr.smithi145.ovnvbv (mgr.14180) 645 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:43.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:41.880801+0000 mgr.smithi145.ovnvbv (mgr.14180) 645 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:43.873 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:44.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:42.388152+0000 mgr.smithi145.ovnvbv (mgr.14180) 646 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:44.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:42.388152+0000 mgr.smithi145.ovnvbv (mgr.14180) 646 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:45.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:43.881371+0000 mgr.smithi145.ovnvbv (mgr.14180) 647 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:45.279 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:45.279 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:43.881371+0000 mgr.smithi145.ovnvbv (mgr.14180) 647 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:45.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:46.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:45.275762+0000 mgr.smithi145.ovnvbv (mgr.14180) 648 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:46.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:45.275762+0000 mgr.smithi145.ovnvbv (mgr.14180) 648 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:46.688 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:47.029 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:45.881907+0000 mgr.smithi145.ovnvbv (mgr.14180) 649 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:47.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:45.881907+0000 mgr.smithi145.ovnvbv (mgr.14180) 649 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:48.114 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:48.114 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:48.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:49.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:47.882609+0000 mgr.smithi145.ovnvbv (mgr.14180) 650 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:49.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:48.111032+0000 mgr.smithi145.ovnvbv (mgr.14180) 651 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:49.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:47.882609+0000 mgr.smithi145.ovnvbv (mgr.14180) 650 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:49.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:48.111032+0000 mgr.smithi145.ovnvbv (mgr.14180) 651 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:49.513 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:50.902 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:50.902 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:51.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:49.883124+0000 mgr.smithi145.ovnvbv (mgr.14180) 652 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:51.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:49.883124+0000 mgr.smithi145.ovnvbv (mgr.14180) 652 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:52.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:50.898961+0000 mgr.smithi145.ovnvbv (mgr.14180) 653 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:52.291 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:52.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:50.898961+0000 mgr.smithi145.ovnvbv (mgr.14180) 653 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:53.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:51.883895+0000 mgr.smithi145.ovnvbv (mgr.14180) 654 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:53.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:51.883895+0000 mgr.smithi145.ovnvbv (mgr.14180) 654 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:53.650 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:53.650 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:54.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:55.086 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:55.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:53.646758+0000 mgr.smithi145.ovnvbv (mgr.14180) 655 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:55.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:53.884450+0000 mgr.smithi145.ovnvbv (mgr.14180) 656 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:53.646758+0000 mgr.smithi145.ovnvbv (mgr.14180) 655 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:53.884450+0000 mgr.smithi145.ovnvbv (mgr.14180) 656 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:56.470 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:56.470 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:56.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:44:57.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:55.885041+0000 mgr.smithi145.ovnvbv (mgr.14180) 657 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:57.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:55.885041+0000 mgr.smithi145.ovnvbv (mgr.14180) 657 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:44:57.906 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:44:58.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:56.466386+0000 mgr.smithi145.ovnvbv (mgr.14180) 658 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:58.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:56.466386+0000 mgr.smithi145.ovnvbv (mgr.14180) 658 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:44:59.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:44:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:57.885834+0000 mgr.smithi145.ovnvbv (mgr.14180) 659 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:59.391 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:44:59.391 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:44:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:44:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:57.885834+0000 mgr.smithi145.ovnvbv (mgr.14180) 659 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:44:59.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:00.776 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:01.119 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:44:59.388099+0000 mgr.smithi145.ovnvbv (mgr.14180) 660 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:01.119 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:44:59.886357+0000 mgr.smithi145.ovnvbv (mgr.14180) 661 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:01.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:44:59.388099+0000 mgr.smithi145.ovnvbv (mgr.14180) 660 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:01.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:44:59.886357+0000 mgr.smithi145.ovnvbv (mgr.14180) 661 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:02.173 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:02.173 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:02.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:03.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:01.887112+0000 mgr.smithi145.ovnvbv (mgr.14180) 662 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:03.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:02.169090+0000 mgr.smithi145.ovnvbv (mgr.14180) 663 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:03.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:01.887112+0000 mgr.smithi145.ovnvbv (mgr.14180) 662 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:03.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:02.169090+0000 mgr.smithi145.ovnvbv (mgr.14180) 663 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:03.576 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:05.070 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:05.070 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:05.277 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:03.887757+0000 mgr.smithi145.ovnvbv (mgr.14180) 664 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:03.887757+0000 mgr.smithi145.ovnvbv (mgr.14180) 664 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:05.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:06.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:05.065880+0000 mgr.smithi145.ovnvbv (mgr.14180) 665 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:06.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:05.065880+0000 mgr.smithi145.ovnvbv (mgr.14180) 665 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:06.469 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:07.169 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:05.888281+0000 mgr.smithi145.ovnvbv (mgr.14180) 666 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:07.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:05.888281+0000 mgr.smithi145.ovnvbv (mgr.14180) 666 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:07.882 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:07.883 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:08.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:09.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:07.879330+0000 mgr.smithi145.ovnvbv (mgr.14180) 667 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:09.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:07.888974+0000 mgr.smithi145.ovnvbv (mgr.14180) 668 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:45:09.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:07.879330+0000 mgr.smithi145.ovnvbv (mgr.14180) 667 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:09.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:07.888974+0000 mgr.smithi145.ovnvbv (mgr.14180) 668 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:45:09.318 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:10.882 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:10.883 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:11.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:09.889558+0000 mgr.smithi145.ovnvbv (mgr.14180) 669 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:11.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:11.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:09.889558+0000 mgr.smithi145.ovnvbv (mgr.14180) 669 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:12.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:10.879349+0000 mgr.smithi145.ovnvbv (mgr.14180) 670 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:12.363 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:12.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:10.879349+0000 mgr.smithi145.ovnvbv (mgr.14180) 670 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:12.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:11.890296+0000 mgr.smithi145.ovnvbv (mgr.14180) 671 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:11.890296+0000 mgr.smithi145.ovnvbv (mgr.14180) 671 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:13.775 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:13.775 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:12.228025Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:37:41.679889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.gwlztg on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-gwlztg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.gwlztg\nDeploy daemon haproxy.nfs.foo.smithi193.gwlztg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:35:49Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:36:26Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:37:04Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.858066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.vfkjmr on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-vfkjmr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.vfkjmr\nDeploy daemon haproxy.nfs.foo.smithi145.vfkjmr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:38:18Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:38:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:39:33Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:40:10.862662Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.uxvopg on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:12.228184Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:12.228254Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:12.228318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:12.228379Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:12.228645Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:14.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:15.184 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:13.771721+0000 mgr.smithi145.ovnvbv (mgr.14180) 672 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:13.890845+0000 mgr.smithi145.ovnvbv (mgr.14180) 673 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:14.565464+0000 mon.smithi145 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.uoizxx"}]: dispatch 2024-02-13T03:45:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:14.571955+0000 mon.smithi145 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:45:15.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:14.806385+0000 mon.smithi145 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:15.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:14.812727+0000 mon.smithi145 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:13.771721+0000 mgr.smithi145.ovnvbv (mgr.14180) 672 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:13.890845+0000 mgr.smithi145.ovnvbv (mgr.14180) 673 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:45:15.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:14.565464+0000 mon.smithi145 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.uoizxx"}]: dispatch 2024-02-13T03:45:15.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:14.571955+0000 mon.smithi145 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:45:15.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:14.806385+0000 mon.smithi145 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:15.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:14.812727+0000 mon.smithi145 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:16.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:45:14.564954+0000 mgr.smithi145.ovnvbv (mgr.14180) 674 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.242 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi145.uoizxx ... 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:43:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:43: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" 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:44:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Traceback (most recent call last): 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: yield (conn, connr) 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: code, '\n'.join(err))) 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.243 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi145.uoizxx ... 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:43:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:43: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" 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:44:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:45:14.565150+0000 mgr.smithi145.ovnvbv (mgr.14180) 675 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:45:14.565980+0000 mgr.smithi145.ovnvbv (mgr.14180) 676 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.244 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi145.uoizxx ... 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:43:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:43: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" 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:44:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:45:14.567150+0000 mgr.smithi145.ovnvbv (mgr.14180) 677 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:45:14.568149+0000 mgr.smithi145.ovnvbv (mgr.14180) 678 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:14.568886+0000 mgr.smithi145.ovnvbv (mgr.14180) 679 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:14.952084+0000 mon.smithi145 (mon.0) 683 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:15.568843+0000 mon.smithi145 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:16.245 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:15.735759+0000 mon.smithi145 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:45:14.564954+0000 mgr.smithi145.ovnvbv (mgr.14180) 674 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi145.uoizxx ... 2024-02-13T03:45:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:45:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:43:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:43: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" 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:44:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Traceback (most recent call last): 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: yield (conn, connr) 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: code, '\n'.join(err))) 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi145.uoizxx ... 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:45:16.398 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:43:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:43: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" 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:44:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:45:14.565150+0000 mgr.smithi145.ovnvbv (mgr.14180) 675 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:45:14.565980+0000 mgr.smithi145.ovnvbv (mgr.14180) 676 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi145.uoizxx ... 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:43:21Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:43: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" 2024-02-13T03:45:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:44:36Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:45:16.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:45:16.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:45:16.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:45:14.567150+0000 mgr.smithi145.ovnvbv (mgr.14180) 677 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:16.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:45:14.568149+0000 mgr.smithi145.ovnvbv (mgr.14180) 678 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:45:16.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:14.568886+0000 mgr.smithi145.ovnvbv (mgr.14180) 679 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-02-13T03:45:16.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:14.952084+0000 mon.smithi145 (mon.0) 683 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:45:16.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:15.568843+0000 mon.smithi145 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:16.400 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:15.735759+0000 mon.smithi145 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:16.947 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:16.947 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:40:15.199561Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:40:15.199656Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:40:15.199721Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:40:15.199493Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:40:15.199359Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:40:15.200267Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:40:15.199784Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:40:15.199922Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:40:15.199846Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:40:15.200191Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:17.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:17.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:16.340896+0000 mon.smithi145 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:17.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:16.569839+0000 mgr.smithi145.ovnvbv (mgr.14180) 680 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-13T03:45:17.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:16.623443+0000 mon.smithi145 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:17.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:16.624130+0000 mon.smithi145 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:17.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:16.624681+0000 mon.smithi145 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:17.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:16.625197+0000 mon.smithi145 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:17.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:45:16.625629+0000 mgr.smithi145.ovnvbv (mgr.14180) 681 : cephadm [INF] Adjusting osd_memory_target on smithi193 to 3734M 2024-02-13T03:45:17.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:16.629453+0000 mon.smithi145 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:17.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:16.943955+0000 mgr.smithi145.ovnvbv (mgr.14180) 682 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:17.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:16.340896+0000 mon.smithi145 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:17.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:16.569839+0000 mgr.smithi145.ovnvbv (mgr.14180) 680 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-13T03:45:17.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:16.623443+0000 mon.smithi145 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:17.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:16.624130+0000 mon.smithi145 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:17.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:16.624681+0000 mon.smithi145 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:17.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:16.625197+0000 mon.smithi145 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:17.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:45:16.625629+0000 mgr.smithi145.ovnvbv (mgr.14180) 681 : cephadm [INF] Adjusting osd_memory_target on smithi193 to 3734M 2024-02-13T03:45:17.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:16.629453+0000 mon.smithi145 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:17.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:16.943955+0000 mgr.smithi145.ovnvbv (mgr.14180) 682 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:18.451 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:20.092 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:20.093 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:20.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:18.570518+0000 mgr.smithi145.ovnvbv (mgr.14180) 683 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-02-13T03:45:20.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:18.831455+0000 mon.smithi145 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:20.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.125232+0000 mon.smithi145 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:20.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.125824+0000 mon.smithi145 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:20.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.126293+0000 mon.smithi145 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:20.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.126756+0000 mon.smithi145 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:20.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:45:19.127125+0000 mgr.smithi145.ovnvbv (mgr.14180) 684 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 2710M 2024-02-13T03:45:20.113 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.131347+0000 mon.smithi145 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:20.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.132764+0000 mon.smithi145 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:20.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.133301+0000 mon.smithi145 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:45:20.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:45:19.136328+0000 mgr.smithi145.ovnvbv (mgr.14180) 685 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-13T03:45:20.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.291773+0000 mon.smithi145 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:20.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.296050+0000 mon.smithi145 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:45:20.114 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:19.303214+0000 mon.smithi145 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:20.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:18.570518+0000 mgr.smithi145.ovnvbv (mgr.14180) 683 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 17 op/s 2024-02-13T03:45:20.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:18.831455+0000 mon.smithi145 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:20.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.125232+0000 mon.smithi145 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.125824+0000 mon.smithi145 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.126293+0000 mon.smithi145 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.126756+0000 mon.smithi145 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:45:19.127125+0000 mgr.smithi145.ovnvbv (mgr.14180) 684 : cephadm [INF] Adjusting osd_memory_target on smithi145 to 2710M 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.131347+0000 mon.smithi145 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.132764+0000 mon.smithi145 (mon.0) 698 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.133301+0000 mon.smithi145 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:45:19.136328+0000 mgr.smithi145.ovnvbv (mgr.14180) 685 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.291773+0000 mon.smithi145 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.296050+0000 mon.smithi145 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:45:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:19.303214+0000 mon.smithi145 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:20.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:21.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:19.292319+0000 mgr.smithi145.ovnvbv (mgr.14180) 686 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2024-02-13T03:45:21.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:45:19.305441+0000 mgr.smithi145.ovnvbv (mgr.14180) 687 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi193.hlfrnv on smithi193 2024-02-13T03:45:21.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:20.088768+0000 mgr.smithi145.ovnvbv (mgr.14180) 688 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:21.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:20.290089+0000 mon.smithi145 (mon.0) 703 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:45:21.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:20.290143+0000 mon.smithi145 (mon.0) 704 : cluster [INF] Cluster is now healthy 2024-02-13T03:45:21.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:19.292319+0000 mgr.smithi145.ovnvbv (mgr.14180) 686 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 19 op/s 2024-02-13T03:45:21.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:45:19.305441+0000 mgr.smithi145.ovnvbv (mgr.14180) 687 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi193.hlfrnv on smithi193 2024-02-13T03:45:21.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:20.088768+0000 mgr.smithi145.ovnvbv (mgr.14180) 688 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:21.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:20.290089+0000 mon.smithi145 (mon.0) 703 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:45:21.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:20.290143+0000 mon.smithi145 (mon.0) 704 : cluster [INF] Cluster is now healthy 2024-02-13T03:45:21.480 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:22.866 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:22.866 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:23.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:21.293019+0000 mgr.smithi145.ovnvbv (mgr.14180) 689 : cluster [DBG] pgmap v430: 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, 57 op/s 2024-02-13T03:45:23.194 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:21.293019+0000 mgr.smithi145.ovnvbv (mgr.14180) 689 : cluster [DBG] pgmap v430: 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, 57 op/s 2024-02-13T03:45:23.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:24.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:22.862332+0000 mgr.smithi145.ovnvbv (mgr.14180) 690 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:24.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:22.862332+0000 mgr.smithi145.ovnvbv (mgr.14180) 690 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:24.239 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:24.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:23.293754+0000 mgr.smithi145.ovnvbv (mgr.14180) 691 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 0 B/s wr, 106 op/s 2024-02-13T03:45:25.105 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:23.293754+0000 mgr.smithi145.ovnvbv (mgr.14180) 691 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 0 B/s wr, 106 op/s 2024-02-13T03:45:25.678 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:25.678 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:26.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:27.108 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:27.141 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:25.294425+0000 mgr.smithi145.ovnvbv (mgr.14180) 692 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-02-13T03:45:27.142 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:25.674728+0000 mgr.smithi145.ovnvbv (mgr.14180) 693 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:27.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:25.294425+0000 mgr.smithi145.ovnvbv (mgr.14180) 692 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-02-13T03:45:27.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:25.674728+0000 mgr.smithi145.ovnvbv (mgr.14180) 693 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:28.557 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:28.557 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:28.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:29.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:27.295137+0000 mgr.smithi145.ovnvbv (mgr.14180) 694 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-02-13T03:45:29.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:27.295137+0000 mgr.smithi145.ovnvbv (mgr.14180) 694 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-02-13T03:45:29.947 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:30.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:28.553854+0000 mgr.smithi145.ovnvbv (mgr.14180) 695 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:30.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:28.553854+0000 mgr.smithi145.ovnvbv (mgr.14180) 695 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:30.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:29.295644+0000 mgr.smithi145.ovnvbv (mgr.14180) 696 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 75 op/s 2024-02-13T03:45:30.957 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:30.568345+0000 mon.smithi145 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:31.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:29.295644+0000 mgr.smithi145.ovnvbv (mgr.14180) 696 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 46 KiB/s rd, 0 B/s wr, 75 op/s 2024-02-13T03:45:31.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:30.568345+0000 mon.smithi145 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:45:31.438 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:31.439 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:31.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:32.813 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:33.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:31.296186+0000 mgr.smithi145.ovnvbv (mgr.14180) 697 : cluster [DBG] pgmap v435: 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, 67 op/s 2024-02-13T03:45:33.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:31.435364+0000 mgr.smithi145.ovnvbv (mgr.14180) 698 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:33.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:31.296186+0000 mgr.smithi145.ovnvbv (mgr.14180) 697 : cluster [DBG] pgmap v435: 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, 67 op/s 2024-02-13T03:45:33.164 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:31.435364+0000 mgr.smithi145.ovnvbv (mgr.14180) 698 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:34.220 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:34.220 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:34.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:35.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:33.297013+0000 mgr.smithi145.ovnvbv (mgr.14180) 699 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s 2024-02-13T03:45:35.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:34.217011+0000 mgr.smithi145.ovnvbv (mgr.14180) 700 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:35.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:33.297013+0000 mgr.smithi145.ovnvbv (mgr.14180) 699 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 37 op/s 2024-02-13T03:45:35.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:34.217011+0000 mgr.smithi145.ovnvbv (mgr.14180) 700 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:35.595 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:36.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:35.297682+0000 mgr.smithi145.ovnvbv (mgr.14180) 701 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-13T03:45:37.059 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:37.059 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:37.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:35.297682+0000 mgr.smithi145.ovnvbv (mgr.14180) 701 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-13T03:45:37.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:38.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:37.056278+0000 mgr.smithi145.ovnvbv (mgr.14180) 702 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:38.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:37.056278+0000 mgr.smithi145.ovnvbv (mgr.14180) 702 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:38.404 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:39.079 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:37.298367+0000 mgr.smithi145.ovnvbv (mgr.14180) 703 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-13T03:45:39.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:37.298367+0000 mgr.smithi145.ovnvbv (mgr.14180) 703 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-13T03:45:39.794 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:39.794 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:40.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:41.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:39.298905+0000 mgr.smithi145.ovnvbv (mgr.14180) 704 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:45:41.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:39.790062+0000 mgr.smithi145.ovnvbv (mgr.14180) 705 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:39.298905+0000 mgr.smithi145.ovnvbv (mgr.14180) 704 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:45:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:39.790062+0000 mgr.smithi145.ovnvbv (mgr.14180) 705 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:41.225 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:42.634 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:42.634 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:42.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:41.299570+0000 mgr.smithi145.ovnvbv (mgr.14180) 706 : 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 2024-02-13T03:45:43.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:43.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:41.299570+0000 mgr.smithi145.ovnvbv (mgr.14180) 706 : 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 2024-02-13T03:45:44.036 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:44.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:42.630958+0000 mgr.smithi145.ovnvbv (mgr.14180) 707 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:44.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:42.630958+0000 mgr.smithi145.ovnvbv (mgr.14180) 707 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:44.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:43.300298+0000 mgr.smithi145.ovnvbv (mgr.14180) 708 : 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 2024-02-13T03:45:45.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:43.300298+0000 mgr.smithi145.ovnvbv (mgr.14180) 708 : 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 2024-02-13T03:45:45.484 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:45.484 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:45.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:46.867 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:47.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:45.300804+0000 mgr.smithi145.ovnvbv (mgr.14180) 709 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:45:47.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:45.481084+0000 mgr.smithi145.ovnvbv (mgr.14180) 710 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:47.203 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:45.300804+0000 mgr.smithi145.ovnvbv (mgr.14180) 709 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:45:47.203 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:45.481084+0000 mgr.smithi145.ovnvbv (mgr.14180) 710 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:48.210 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:48.210 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:48.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:49.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:47.301422+0000 mgr.smithi145.ovnvbv (mgr.14180) 711 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:45:49.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:48.206909+0000 mgr.smithi145.ovnvbv (mgr.14180) 712 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:49.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:47.301422+0000 mgr.smithi145.ovnvbv (mgr.14180) 711 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.9 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-13T03:45:49.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:48.206909+0000 mgr.smithi145.ovnvbv (mgr.14180) 712 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:49.569 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:50.968 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:50.968 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:51.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:49.302117+0000 mgr.smithi145.ovnvbv (mgr.14180) 713 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-13T03:45:51.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:49.302117+0000 mgr.smithi145.ovnvbv (mgr.14180) 713 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-13T03:45:52.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:50.964386+0000 mgr.smithi145.ovnvbv (mgr.14180) 714 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:52.333 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:52.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:50.964386+0000 mgr.smithi145.ovnvbv (mgr.14180) 714 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:53.060 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:51.302692+0000 mgr.smithi145.ovnvbv (mgr.14180) 715 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-13T03:45:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:51.302692+0000 mgr.smithi145.ovnvbv (mgr.14180) 715 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-13T03:45:53.741 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:53.741 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:54.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:55.115 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:55.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:53.303351+0000 mgr.smithi145.ovnvbv (mgr.14180) 716 : 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 2024-02-13T03:45:55.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:53.738240+0000 mgr.smithi145.ovnvbv (mgr.14180) 717 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:53.303351+0000 mgr.smithi145.ovnvbv (mgr.14180) 716 : 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 2024-02-13T03:45:55.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:53.738240+0000 mgr.smithi145.ovnvbv (mgr.14180) 717 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:56.516 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:56.517 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:56.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:45:57.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:55.303912+0000 mgr.smithi145.ovnvbv (mgr.14180) 718 : 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 2024-02-13T03:45:57.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:55.303912+0000 mgr.smithi145.ovnvbv (mgr.14180) 718 : 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 2024-02-13T03:45:57.942 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:45:58.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:56.512814+0000 mgr.smithi145.ovnvbv (mgr.14180) 719 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:58.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:56.512814+0000 mgr.smithi145.ovnvbv (mgr.14180) 719 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:45:59.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:57.304656+0000 mgr.smithi145.ovnvbv (mgr.14180) 720 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:45:59.272 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:45:59.272 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:45:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:57.304656+0000 mgr.smithi145.ovnvbv (mgr.14180) 720 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:45:59.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:00.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:45:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:45:59.269342+0000 mgr.smithi145.ovnvbv (mgr.14180) 721 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:00.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:45:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:45:59.269342+0000 mgr.smithi145.ovnvbv (mgr.14180) 721 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:00.643 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:01.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:45:59.305142+0000 mgr.smithi145.ovnvbv (mgr.14180) 722 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:01.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:45:59.305142+0000 mgr.smithi145.ovnvbv (mgr.14180) 722 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:02.028 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:02.028 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:02.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:03.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:01.305744+0000 mgr.smithi145.ovnvbv (mgr.14180) 723 : 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 2024-02-13T03:46:03.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:02.024943+0000 mgr.smithi145.ovnvbv (mgr.14180) 724 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:03.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:01.305744+0000 mgr.smithi145.ovnvbv (mgr.14180) 723 : 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 2024-02-13T03:46:03.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:02.024943+0000 mgr.smithi145.ovnvbv (mgr.14180) 724 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:03.416 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:04.836 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:04.836 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:03.306704+0000 mgr.smithi145.ovnvbv (mgr.14180) 725 : 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 2024-02-13T03:46:05.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:03.306704+0000 mgr.smithi145.ovnvbv (mgr.14180) 725 : 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 2024-02-13T03:46:06.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:04.832560+0000 mgr.smithi145.ovnvbv (mgr.14180) 726 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:06.233 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:06.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:04.832560+0000 mgr.smithi145.ovnvbv (mgr.14180) 726 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:07.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:05.307232+0000 mgr.smithi145.ovnvbv (mgr.14180) 727 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:07.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:05.307232+0000 mgr.smithi145.ovnvbv (mgr.14180) 727 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:07.611 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:07.611 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:07.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:08.990 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:09.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:07.307975+0000 mgr.smithi145.ovnvbv (mgr.14180) 728 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:09.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:07.608659+0000 mgr.smithi145.ovnvbv (mgr.14180) 729 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:09.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:07.307975+0000 mgr.smithi145.ovnvbv (mgr.14180) 728 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:09.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:07.608659+0000 mgr.smithi145.ovnvbv (mgr.14180) 729 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:10.369 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:10.369 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:10.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:11.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:09.308758+0000 mgr.smithi145.ovnvbv (mgr.14180) 730 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:11.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:09.308758+0000 mgr.smithi145.ovnvbv (mgr.14180) 730 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:11.890 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:12.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:10.365474+0000 mgr.smithi145.ovnvbv (mgr.14180) 731 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:12.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:10.365474+0000 mgr.smithi145.ovnvbv (mgr.14180) 731 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:13.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:11.309418+0000 mgr.smithi145.ovnvbv (mgr.14180) 732 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:13.289 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:13.289 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:11.309418+0000 mgr.smithi145.ovnvbv (mgr.14180) 732 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:13.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:14.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:13.285711+0000 mgr.smithi145.ovnvbv (mgr.14180) 733 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:14.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:13.285711+0000 mgr.smithi145.ovnvbv (mgr.14180) 733 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:14.666 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:15.348 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:13.310085+0000 mgr.smithi145.ovnvbv (mgr.14180) 734 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:13.310085+0000 mgr.smithi145.ovnvbv (mgr.14180) 734 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:16.097 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:16.097 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:16.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:17.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:15.310641+0000 mgr.smithi145.ovnvbv (mgr.14180) 735 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:17.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:16.093923+0000 mgr.smithi145.ovnvbv (mgr.14180) 736 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:17.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:15.310641+0000 mgr.smithi145.ovnvbv (mgr.14180) 735 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:17.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:16.093923+0000 mgr.smithi145.ovnvbv (mgr.14180) 736 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:17.496 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:18.913 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:18.913 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:19.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:17.311667+0000 mgr.smithi145.ovnvbv (mgr.14180) 737 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:19.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:17.311667+0000 mgr.smithi145.ovnvbv (mgr.14180) 737 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:20.295 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:20.328 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:18.909949+0000 mgr.smithi145.ovnvbv (mgr.14180) 738 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:20.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:18.909949+0000 mgr.smithi145.ovnvbv (mgr.14180) 738 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:21.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:19.312238+0000 mgr.smithi145.ovnvbv (mgr.14180) 739 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:21.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:19.312238+0000 mgr.smithi145.ovnvbv (mgr.14180) 739 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:21.662 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:21.662 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:22.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:23.095 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:21.312907+0000 mgr.smithi145.ovnvbv (mgr.14180) 740 : 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 2024-02-13T03:46:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:21.658794+0000 mgr.smithi145.ovnvbv (mgr.14180) 741 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:23.437 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:21.312907+0000 mgr.smithi145.ovnvbv (mgr.14180) 740 : 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 2024-02-13T03:46:23.438 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:21.658794+0000 mgr.smithi145.ovnvbv (mgr.14180) 741 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:24.468 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:24.468 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:24.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:25.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:23.313740+0000 mgr.smithi145.ovnvbv (mgr.14180) 742 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:23.313740+0000 mgr.smithi145.ovnvbv (mgr.14180) 742 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:25.880 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:26.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:24.465137+0000 mgr.smithi145.ovnvbv (mgr.14180) 743 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:26.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:24.465137+0000 mgr.smithi145.ovnvbv (mgr.14180) 743 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:27.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:25.314362+0000 mgr.smithi145.ovnvbv (mgr.14180) 744 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:27.317 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:27.317 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:27.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:25.314362+0000 mgr.smithi145.ovnvbv (mgr.14180) 744 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:27.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:28.701 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:29.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:27.313864+0000 mgr.smithi145.ovnvbv (mgr.14180) 745 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:29.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:27.315040+0000 mgr.smithi145.ovnvbv (mgr.14180) 746 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:29.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:27.313864+0000 mgr.smithi145.ovnvbv (mgr.14180) 745 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:29.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:27.315040+0000 mgr.smithi145.ovnvbv (mgr.14180) 746 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:30.105 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:30.105 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:30.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:31.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:29.315523+0000 mgr.smithi145.ovnvbv (mgr.14180) 747 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:31.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:30.102049+0000 mgr.smithi145.ovnvbv (mgr.14180) 748 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:31.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:29.315523+0000 mgr.smithi145.ovnvbv (mgr.14180) 747 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:31.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:30.102049+0000 mgr.smithi145.ovnvbv (mgr.14180) 748 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:31.486 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:32.901 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:32.901 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:33.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:31.316307+0000 mgr.smithi145.ovnvbv (mgr.14180) 749 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:33.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:33.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:31.316307+0000 mgr.smithi145.ovnvbv (mgr.14180) 749 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:34.283 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:34.315 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:32.897726+0000 mgr.smithi145.ovnvbv (mgr.14180) 750 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:34.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:32.897726+0000 mgr.smithi145.ovnvbv (mgr.14180) 750 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:35.360 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:33.317222+0000 mgr.smithi145.ovnvbv (mgr.14180) 751 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:33.317222+0000 mgr.smithi145.ovnvbv (mgr.14180) 751 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:35.709 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:35.709 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:36.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:37.123 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:35.317751+0000 mgr.smithi145.ovnvbv (mgr.14180) 752 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:35.705404+0000 mgr.smithi145.ovnvbv (mgr.14180) 753 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:37.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:35.317751+0000 mgr.smithi145.ovnvbv (mgr.14180) 752 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:37.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:35.705404+0000 mgr.smithi145.ovnvbv (mgr.14180) 753 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:38.482 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:38.482 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:38.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:39.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:37.318435+0000 mgr.smithi145.ovnvbv (mgr.14180) 754 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:39.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:37.318435+0000 mgr.smithi145.ovnvbv (mgr.14180) 754 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:39.892 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:40.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:38.479205+0000 mgr.smithi145.ovnvbv (mgr.14180) 755 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:40.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:38.479205+0000 mgr.smithi145.ovnvbv (mgr.14180) 755 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:39.319000+0000 mgr.smithi145.ovnvbv (mgr.14180) 756 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:41.223 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:41.223 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:41.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:39.319000+0000 mgr.smithi145.ovnvbv (mgr.14180) 756 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:41.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:42.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:41.220094+0000 mgr.smithi145.ovnvbv (mgr.14180) 757 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:42.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:41.220094+0000 mgr.smithi145.ovnvbv (mgr.14180) 757 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:42.601 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:41.319609+0000 mgr.smithi145.ovnvbv (mgr.14180) 758 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:43.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:41.319609+0000 mgr.smithi145.ovnvbv (mgr.14180) 758 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:44.006 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:44.006 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:44.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:45.382 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:43.320326+0000 mgr.smithi145.ovnvbv (mgr.14180) 759 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:44.003484+0000 mgr.smithi145.ovnvbv (mgr.14180) 760 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:45.416 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:43.320326+0000 mgr.smithi145.ovnvbv (mgr.14180) 759 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:45.416 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:44.003484+0000 mgr.smithi145.ovnvbv (mgr.14180) 760 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:46.775 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:46.776 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:47.120 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:45.321150+0000 mgr.smithi145.ovnvbv (mgr.14180) 761 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:47.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:47.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:45.321150+0000 mgr.smithi145.ovnvbv (mgr.14180) 761 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:48.172 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:48.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:46.771986+0000 mgr.smithi145.ovnvbv (mgr.14180) 762 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:48.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:46.771986+0000 mgr.smithi145.ovnvbv (mgr.14180) 762 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:49.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:47.321951+0000 mgr.smithi145.ovnvbv (mgr.14180) 763 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:49.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:47.321951+0000 mgr.smithi145.ovnvbv (mgr.14180) 763 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:49.611 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:49.612 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:49.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:50.999 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:51.365 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:49.322542+0000 mgr.smithi145.ovnvbv (mgr.14180) 764 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:51.365 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:49.608574+0000 mgr.smithi145.ovnvbv (mgr.14180) 765 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:49.322542+0000 mgr.smithi145.ovnvbv (mgr.14180) 764 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:49.608574+0000 mgr.smithi145.ovnvbv (mgr.14180) 765 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:52.370 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:52.371 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:52.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:51.323107+0000 mgr.smithi145.ovnvbv (mgr.14180) 766 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:53.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:51.323107+0000 mgr.smithi145.ovnvbv (mgr.14180) 766 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:53.772 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:54.391 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:52.367061+0000 mgr.smithi145.ovnvbv (mgr.14180) 767 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:54.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:52.367061+0000 mgr.smithi145.ovnvbv (mgr.14180) 767 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:55.080 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:55.080 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:53.324049+0000 mgr.smithi145.ovnvbv (mgr.14180) 768 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:55.452 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:53.324049+0000 mgr.smithi145.ovnvbv (mgr.14180) 768 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:55.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:56.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:55.077331+0000 mgr.smithi145.ovnvbv (mgr.14180) 769 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:56.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:55.077331+0000 mgr.smithi145.ovnvbv (mgr.14180) 769 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:56.473 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:57.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:55.324567+0000 mgr.smithi145.ovnvbv (mgr.14180) 770 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:57.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:55.324567+0000 mgr.smithi145.ovnvbv (mgr.14180) 770 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:46:57.882 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:46:57.883 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:46:58.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:46:59.257 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:46:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:57.325323+0000 mgr.smithi145.ovnvbv (mgr.14180) 771 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:46:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:46:57.879496+0000 mgr.smithi145.ovnvbv (mgr.14180) 772 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:46:59.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:57.325323+0000 mgr.smithi145.ovnvbv (mgr.14180) 771 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:46:59.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:46:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:46:57.879496+0000 mgr.smithi145.ovnvbv (mgr.14180) 772 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:00.714 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:00.714 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:01.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:01.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:46:59.325918+0000 mgr.smithi145.ovnvbv (mgr.14180) 773 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:01.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:46:59.325918+0000 mgr.smithi145.ovnvbv (mgr.14180) 773 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:02.104 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:02.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:00.710910+0000 mgr.smithi145.ovnvbv (mgr.14180) 774 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:02.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:00.710910+0000 mgr.smithi145.ovnvbv (mgr.14180) 774 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:03.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:01.326743+0000 mgr.smithi145.ovnvbv (mgr.14180) 775 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:03.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:01.326743+0000 mgr.smithi145.ovnvbv (mgr.14180) 775 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:03.548 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:03.548 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:03.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:04.931 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:05.303 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:03.327436+0000 mgr.smithi145.ovnvbv (mgr.14180) 776 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:05.303 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:03.544503+0000 mgr.smithi145.ovnvbv (mgr.14180) 777 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:03.327436+0000 mgr.smithi145.ovnvbv (mgr.14180) 776 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:03.544503+0000 mgr.smithi145.ovnvbv (mgr.14180) 777 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:06.388 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:06.389 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:06.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:07.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:05.328004+0000 mgr.smithi145.ovnvbv (mgr.14180) 778 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:07.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:05.328004+0000 mgr.smithi145.ovnvbv (mgr.14180) 778 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:07.823 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:08.163 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:06.385177+0000 mgr.smithi145.ovnvbv (mgr.14180) 779 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:08.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:06.385177+0000 mgr.smithi145.ovnvbv (mgr.14180) 779 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:09.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:07.328910+0000 mgr.smithi145.ovnvbv (mgr.14180) 780 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:09.261 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:09.262 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:09.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:07.328910+0000 mgr.smithi145.ovnvbv (mgr.14180) 780 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:09.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:10.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:09.258434+0000 mgr.smithi145.ovnvbv (mgr.14180) 781 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:10.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:09.258434+0000 mgr.smithi145.ovnvbv (mgr.14180) 781 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:10.653 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:11.354 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:09.329445+0000 mgr.smithi145.ovnvbv (mgr.14180) 782 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:11.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:09.329445+0000 mgr.smithi145.ovnvbv (mgr.14180) 782 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:12.066 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:12.066 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:12.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:11.330218+0000 mgr.smithi145.ovnvbv (mgr.14180) 783 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:13.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:12.062196+0000 mgr.smithi145.ovnvbv (mgr.14180) 784 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:13.428 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:13.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:11.330218+0000 mgr.smithi145.ovnvbv (mgr.14180) 783 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:13.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:12.062196+0000 mgr.smithi145.ovnvbv (mgr.14180) 784 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:14.825 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:14.825 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:15.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:13.331239+0000 mgr.smithi145.ovnvbv (mgr.14180) 785 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:15.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:13.331239+0000 mgr.smithi145.ovnvbv (mgr.14180) 785 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:16.226 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:14.821495+0000 mgr.smithi145.ovnvbv (mgr.14180) 786 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:16.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:14.821495+0000 mgr.smithi145.ovnvbv (mgr.14180) 786 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:17.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:15.331860+0000 mgr.smithi145.ovnvbv (mgr.14180) 787 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:17.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:15.331860+0000 mgr.smithi145.ovnvbv (mgr.14180) 787 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:17.650 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:17.650 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:18.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:19.059 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:17.332703+0000 mgr.smithi145.ovnvbv (mgr.14180) 788 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:17.647430+0000 mgr.smithi145.ovnvbv (mgr.14180) 789 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:17.332703+0000 mgr.smithi145.ovnvbv (mgr.14180) 788 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:19.402 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:17.647430+0000 mgr.smithi145.ovnvbv (mgr.14180) 789 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:20.419 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:20.419 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:20.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:21.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:19.333217+0000 mgr.smithi145.ovnvbv (mgr.14180) 790 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:21.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:19.333217+0000 mgr.smithi145.ovnvbv (mgr.14180) 790 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:21.834 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:22.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:20.415950+0000 mgr.smithi145.ovnvbv (mgr.14180) 791 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:22.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:20.415950+0000 mgr.smithi145.ovnvbv (mgr.14180) 791 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:23.227 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:23.227 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:21.334127+0000 mgr.smithi145.ovnvbv (mgr.14180) 792 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:23.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:21.334127+0000 mgr.smithi145.ovnvbv (mgr.14180) 792 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:23.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:24.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:23.223713+0000 mgr.smithi145.ovnvbv (mgr.14180) 793 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:24.616 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:24.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:23.223713+0000 mgr.smithi145.ovnvbv (mgr.14180) 793 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:25.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:23.334831+0000 mgr.smithi145.ovnvbv (mgr.14180) 794 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:23.334831+0000 mgr.smithi145.ovnvbv (mgr.14180) 794 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:26.049 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:26.049 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:26.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:27.441 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:27.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:25.335372+0000 mgr.smithi145.ovnvbv (mgr.14180) 795 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:27.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:26.045543+0000 mgr.smithi145.ovnvbv (mgr.14180) 796 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:27.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:25.335372+0000 mgr.smithi145.ovnvbv (mgr.14180) 795 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:27.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:26.045543+0000 mgr.smithi145.ovnvbv (mgr.14180) 796 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:28.798 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:28.798 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:29.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:29.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:27.336115+0000 mgr.smithi145.ovnvbv (mgr.14180) 797 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:29.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:27.336115+0000 mgr.smithi145.ovnvbv (mgr.14180) 797 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:30.199 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:30.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:28.793839+0000 mgr.smithi145.ovnvbv (mgr.14180) 798 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:30.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:28.793839+0000 mgr.smithi145.ovnvbv (mgr.14180) 798 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:31.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:29.336718+0000 mgr.smithi145.ovnvbv (mgr.14180) 799 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:31.510 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:31.511 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:31.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:29.336718+0000 mgr.smithi145.ovnvbv (mgr.14180) 799 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:31.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:32.898 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:33.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:31.337268+0000 mgr.smithi145.ovnvbv (mgr.14180) 800 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:33.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:31.507284+0000 mgr.smithi145.ovnvbv (mgr.14180) 801 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:33.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:31.337268+0000 mgr.smithi145.ovnvbv (mgr.14180) 800 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:33.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:31.507284+0000 mgr.smithi145.ovnvbv (mgr.14180) 801 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:34.313 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:34.313 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:34.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:33.338134+0000 mgr.smithi145.ovnvbv (mgr.14180) 802 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:34.310187+0000 mgr.smithi145.ovnvbv (mgr.14180) 803 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:35.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:33.338134+0000 mgr.smithi145.ovnvbv (mgr.14180) 802 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:35.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:34.310187+0000 mgr.smithi145.ovnvbv (mgr.14180) 803 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:35.699 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:37.147 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:37.148 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:37.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:35.338729+0000 mgr.smithi145.ovnvbv (mgr.14180) 804 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:37.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:37.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:35.338729+0000 mgr.smithi145.ovnvbv (mgr.14180) 804 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:38.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:37.144103+0000 mgr.smithi145.ovnvbv (mgr.14180) 805 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:38.573 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:38.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:37.144103+0000 mgr.smithi145.ovnvbv (mgr.14180) 805 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:39.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:37.339720+0000 mgr.smithi145.ovnvbv (mgr.14180) 806 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:39.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:37.339720+0000 mgr.smithi145.ovnvbv (mgr.14180) 806 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:39.960 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:39.960 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:40.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:41.338 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:41.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:39.340324+0000 mgr.smithi145.ovnvbv (mgr.14180) 807 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:41.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:39.956795+0000 mgr.smithi145.ovnvbv (mgr.14180) 808 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:41.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:39.340324+0000 mgr.smithi145.ovnvbv (mgr.14180) 807 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:41.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:39.956795+0000 mgr.smithi145.ovnvbv (mgr.14180) 808 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:42.745 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:42.745 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:43.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:43.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:41.341025+0000 mgr.smithi145.ovnvbv (mgr.14180) 809 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:43.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:41.341025+0000 mgr.smithi145.ovnvbv (mgr.14180) 809 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:44.130 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:44.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:42.741950+0000 mgr.smithi145.ovnvbv (mgr.14180) 810 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:44.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:42.741950+0000 mgr.smithi145.ovnvbv (mgr.14180) 810 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:43.341927+0000 mgr.smithi145.ovnvbv (mgr.14180) 811 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:45.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:43.341927+0000 mgr.smithi145.ovnvbv (mgr.14180) 811 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:45.575 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:45.575 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:46.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:47.004 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:47.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:45.342456+0000 mgr.smithi145.ovnvbv (mgr.14180) 812 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:47.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:45.571642+0000 mgr.smithi145.ovnvbv (mgr.14180) 813 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:47.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:45.342456+0000 mgr.smithi145.ovnvbv (mgr.14180) 812 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:47.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:45.571642+0000 mgr.smithi145.ovnvbv (mgr.14180) 813 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:48.419 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:48.420 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:40:10.863767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.kvptrv on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:48.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:49.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:47.343365+0000 mgr.smithi145.ovnvbv (mgr.14180) 814 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:49.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:48.600672+0000 mon.smithi145 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi193.hlfrnv"}]: dispatch 2024-02-13T03:47:49.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:47.343365+0000 mgr.smithi145.ovnvbv (mgr.14180) 814 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:49.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:48.600672+0000 mon.smithi145 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi193.hlfrnv"}]: dispatch 2024-02-13T03:47:49.808 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:50.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:48.416781+0000 mgr.smithi145.ovnvbv (mgr.14180) 815 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:50.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:47:48.600188+0000 mgr.smithi145.ovnvbv (mgr.14180) 816 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.hlfrnv ... 2024-02-13T03:47:50.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:47:50.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:45:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:46:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:47:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Traceback (most recent call last): 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: yield (conn, connr) 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: code, '\n'.join(err))) 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.hlfrnv ... 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.449 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:45:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:46:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:47:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:47:48.600363+0000 mgr.smithi145.ovnvbv (mgr.14180) 817 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:47:48.601205+0000 mgr.smithi145.ovnvbv (mgr.14180) 818 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.hlfrnv ... 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:45:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.450 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:46:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.451 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:47:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.451 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:47:50.451 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.451 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:47:48.602557+0000 mgr.smithi145.ovnvbv (mgr.14180) 819 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.mhfaar on smithi145 2024-02-13T03:47:50.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:48.416781+0000 mgr.smithi145.ovnvbv (mgr.14180) 815 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:50.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:47:48.600188+0000 mgr.smithi145.ovnvbv (mgr.14180) 816 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.hlfrnv ... 2024-02-13T03:47:50.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:45:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:46:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:47:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Traceback (most recent call last): 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: yield (conn, connr) 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: code, '\n'.join(err))) 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.hlfrnv ... 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:45:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:46:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:47:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:47:48.600363+0000 mgr.smithi145.ovnvbv (mgr.14180) 817 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:47:48.601205+0000 mgr.smithi145.ovnvbv (mgr.14180) 818 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv 2024-02-13T03:47:50.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.hlfrnv ... 2024-02-13T03:47:50.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:47:50.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:45:56Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:46:33Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:47:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:47:50.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:47:50.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:47:50.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:47:48.602557+0000 mgr.smithi145.ovnvbv (mgr.14180) 819 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.mhfaar on smithi145 2024-02-13T03:47:51.139 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:51.139 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:51.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:49.343952+0000 mgr.smithi145.ovnvbv (mgr.14180) 820 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:51.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:51.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:49.343952+0000 mgr.smithi145.ovnvbv (mgr.14180) 820 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:52.578 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:52.612 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:51.135827+0000 mgr.smithi145.ovnvbv (mgr.14180) 821 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:52.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:51.135827+0000 mgr.smithi145.ovnvbv (mgr.14180) 821 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:53.557 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:51.344651+0000 mgr.smithi145.ovnvbv (mgr.14180) 822 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:53.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:51.344651+0000 mgr.smithi145.ovnvbv (mgr.14180) 822 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:53.910 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:53.911 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:54.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:55.302 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:53.345543+0000 mgr.smithi145.ovnvbv (mgr.14180) 823 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:53.907501+0000 mgr.smithi145.ovnvbv (mgr.14180) 824 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:55.637 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:53.345543+0000 mgr.smithi145.ovnvbv (mgr.14180) 823 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:55.637 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:53.907501+0000 mgr.smithi145.ovnvbv (mgr.14180) 824 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:56.692 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:56.692 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:57.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:47:57.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:55.346154+0000 mgr.smithi145.ovnvbv (mgr.14180) 825 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:57.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:55.346154+0000 mgr.smithi145.ovnvbv (mgr.14180) 825 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:47:58.085 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:47:58.411 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:56.688923+0000 mgr.smithi145.ovnvbv (mgr.14180) 826 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:58.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:56.688923+0000 mgr.smithi145.ovnvbv (mgr.14180) 826 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:47:59.440 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:47:59.441 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:47:59.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:47:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:57.347019+0000 mgr.smithi145.ovnvbv (mgr.14180) 827 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:59.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:47:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:57.347019+0000 mgr.smithi145.ovnvbv (mgr.14180) 827 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:47:59.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:00.833 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:01.571 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:47:59.347496+0000 mgr.smithi145.ovnvbv (mgr.14180) 828 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:01.571 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:47:59.437258+0000 mgr.smithi145.ovnvbv (mgr.14180) 829 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:01.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:47:59.347496+0000 mgr.smithi145.ovnvbv (mgr.14180) 828 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:01.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:47:59.437258+0000 mgr.smithi145.ovnvbv (mgr.14180) 829 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:02.236 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:02.237 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:02.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:03.620 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:03.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:01.348061+0000 mgr.smithi145.ovnvbv (mgr.14180) 830 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:03.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:02.233219+0000 mgr.smithi145.ovnvbv (mgr.14180) 831 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:01.348061+0000 mgr.smithi145.ovnvbv (mgr.14180) 830 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:03.653 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:02.233219+0000 mgr.smithi145.ovnvbv (mgr.14180) 831 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:04.959 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:04.959 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:05.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:03.348840+0000 mgr.smithi145.ovnvbv (mgr.14180) 832 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:05.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:03.348840+0000 mgr.smithi145.ovnvbv (mgr.14180) 832 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:06.366 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:06.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:04.955180+0000 mgr.smithi145.ovnvbv (mgr.14180) 833 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:06.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:04.955180+0000 mgr.smithi145.ovnvbv (mgr.14180) 833 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:07.394 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:05.349397+0000 mgr.smithi145.ovnvbv (mgr.14180) 834 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:07.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:05.349397+0000 mgr.smithi145.ovnvbv (mgr.14180) 834 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:07.773 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:07.773 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:08.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:09.167 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:09.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:07.350173+0000 mgr.smithi145.ovnvbv (mgr.14180) 835 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:09.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:07.769444+0000 mgr.smithi145.ovnvbv (mgr.14180) 836 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:09.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:07.350173+0000 mgr.smithi145.ovnvbv (mgr.14180) 835 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:09.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:07.769444+0000 mgr.smithi145.ovnvbv (mgr.14180) 836 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:10.538 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:10.538 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:10.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:11.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:09.350713+0000 mgr.smithi145.ovnvbv (mgr.14180) 837 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:11.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:09.350713+0000 mgr.smithi145.ovnvbv (mgr.14180) 837 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:11.925 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:12.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:10.535444+0000 mgr.smithi145.ovnvbv (mgr.14180) 838 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:12.651 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:10.535444+0000 mgr.smithi145.ovnvbv (mgr.14180) 838 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:13.409 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:13.410 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:13.434 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:11.351324+0000 mgr.smithi145.ovnvbv (mgr.14180) 839 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:13.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:11.351324+0000 mgr.smithi145.ovnvbv (mgr.14180) 839 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:13.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:14.783 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:13.352000+0000 mgr.smithi145.ovnvbv (mgr.14180) 840 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:13.406239+0000 mgr.smithi145.ovnvbv (mgr.14180) 841 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:15.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:13.352000+0000 mgr.smithi145.ovnvbv (mgr.14180) 840 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:15.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:13.406239+0000 mgr.smithi145.ovnvbv (mgr.14180) 841 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:16.223 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:16.223 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:16.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:17.626 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:17.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:15.352665+0000 mgr.smithi145.ovnvbv (mgr.14180) 842 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:17.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:16.220156+0000 mgr.smithi145.ovnvbv (mgr.14180) 843 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:17.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:15.352665+0000 mgr.smithi145.ovnvbv (mgr.14180) 842 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:17.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:16.220156+0000 mgr.smithi145.ovnvbv (mgr.14180) 843 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:19.079 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:19.079 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:19.431 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:17.353475+0000 mgr.smithi145.ovnvbv (mgr.14180) 844 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:19.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:19.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:17.353475+0000 mgr.smithi145.ovnvbv (mgr.14180) 844 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:20.473 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:20.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:19.076279+0000 mgr.smithi145.ovnvbv (mgr.14180) 845 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:20.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:19.076279+0000 mgr.smithi145.ovnvbv (mgr.14180) 845 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:21.426 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:19.353941+0000 mgr.smithi145.ovnvbv (mgr.14180) 846 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:21.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:19.353941+0000 mgr.smithi145.ovnvbv (mgr.14180) 846 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:21.800 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:21.800 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:22.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:23.222 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:23.573 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:21.354496+0000 mgr.smithi145.ovnvbv (mgr.14180) 847 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:23.573 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:21.797411+0000 mgr.smithi145.ovnvbv (mgr.14180) 848 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:23.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:21.354496+0000 mgr.smithi145.ovnvbv (mgr.14180) 847 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:23.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:21.797411+0000 mgr.smithi145.ovnvbv (mgr.14180) 848 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:24.574 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:24.574 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:24.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:23.355181+0000 mgr.smithi145.ovnvbv (mgr.14180) 849 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:25.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:23.355181+0000 mgr.smithi145.ovnvbv (mgr.14180) 849 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:25.963 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:26.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:24.570682+0000 mgr.smithi145.ovnvbv (mgr.14180) 850 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:26.657 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:24.570682+0000 mgr.smithi145.ovnvbv (mgr.14180) 850 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:27.345 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:27.346 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:27.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:25.355831+0000 mgr.smithi145.ovnvbv (mgr.14180) 851 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:27.660 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:25.355831+0000 mgr.smithi145.ovnvbv (mgr.14180) 851 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:27.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:28.729 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:29.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:27.342192+0000 mgr.smithi145.ovnvbv (mgr.14180) 852 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:29.448 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:27.356705+0000 mgr.smithi145.ovnvbv (mgr.14180) 853 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:29.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:27.342192+0000 mgr.smithi145.ovnvbv (mgr.14180) 852 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:29.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:27.356705+0000 mgr.smithi145.ovnvbv (mgr.14180) 853 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:30.162 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:30.162 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:30.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:31.572 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:31.604 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:29.357293+0000 mgr.smithi145.ovnvbv (mgr.14180) 854 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:31.604 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:30.158969+0000 mgr.smithi145.ovnvbv (mgr.14180) 855 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:31.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:29.357293+0000 mgr.smithi145.ovnvbv (mgr.14180) 854 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:31.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:30.158969+0000 mgr.smithi145.ovnvbv (mgr.14180) 855 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:32.948 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:32.948 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:33.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:33.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:31.358350+0000 mgr.smithi145.ovnvbv (mgr.14180) 856 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:33.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:31.358350+0000 mgr.smithi145.ovnvbv (mgr.14180) 856 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:34.338 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:34.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:32.945003+0000 mgr.smithi145.ovnvbv (mgr.14180) 857 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:34.705 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:32.945003+0000 mgr.smithi145.ovnvbv (mgr.14180) 857 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:33.359225+0000 mgr.smithi145.ovnvbv (mgr.14180) 858 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:35.686 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:35.687 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:35.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:33.359225+0000 mgr.smithi145.ovnvbv (mgr.14180) 858 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:36.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:36.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:35.359782+0000 mgr.smithi145.ovnvbv (mgr.14180) 859 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:36.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:35.683701+0000 mgr.smithi145.ovnvbv (mgr.14180) 860 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:36.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:35.359782+0000 mgr.smithi145.ovnvbv (mgr.14180) 859 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:36.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:35.683701+0000 mgr.smithi145.ovnvbv (mgr.14180) 860 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:37.108 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:38.508 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:38.508 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:38.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:39.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:37.360485+0000 mgr.smithi145.ovnvbv (mgr.14180) 861 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:39.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:37.360485+0000 mgr.smithi145.ovnvbv (mgr.14180) 861 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:39.881 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:40.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:38.504720+0000 mgr.smithi145.ovnvbv (mgr.14180) 862 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:40.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:38.504720+0000 mgr.smithi145.ovnvbv (mgr.14180) 862 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:41.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:39.361005+0000 mgr.smithi145.ovnvbv (mgr.14180) 863 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:41.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:39.361005+0000 mgr.smithi145.ovnvbv (mgr.14180) 863 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:41.269 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:41.269 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:41.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:42.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:41.265957+0000 mgr.smithi145.ovnvbv (mgr.14180) 864 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:42.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:41.265957+0000 mgr.smithi145.ovnvbv (mgr.14180) 864 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:42.660 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:42.956 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:41.361531+0000 mgr.smithi145.ovnvbv (mgr.14180) 865 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:43.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:41.361531+0000 mgr.smithi145.ovnvbv (mgr.14180) 865 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:44.061 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:44.061 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:44.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:45.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:43.362339+0000 mgr.smithi145.ovnvbv (mgr.14180) 866 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:45.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:44.057136+0000 mgr.smithi145.ovnvbv (mgr.14180) 867 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:45.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:43.362339+0000 mgr.smithi145.ovnvbv (mgr.14180) 866 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:45.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:44.057136+0000 mgr.smithi145.ovnvbv (mgr.14180) 867 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:45.493 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:46.934 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:46.934 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:47.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:45.363082+0000 mgr.smithi145.ovnvbv (mgr.14180) 868 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:47.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:45.363082+0000 mgr.smithi145.ovnvbv (mgr.14180) 868 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:47.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:48.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:46.931283+0000 mgr.smithi145.ovnvbv (mgr.14180) 869 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:48.326 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:48.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:46.931283+0000 mgr.smithi145.ovnvbv (mgr.14180) 869 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:48.953 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:47.363779+0000 mgr.smithi145.ovnvbv (mgr.14180) 870 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:49.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:47.363779+0000 mgr.smithi145.ovnvbv (mgr.14180) 870 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:49.672 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:49.673 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:50.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:51.092 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:51.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:49.364516+0000 mgr.smithi145.ovnvbv (mgr.14180) 871 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:51.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:49.669613+0000 mgr.smithi145.ovnvbv (mgr.14180) 872 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:49.364516+0000 mgr.smithi145.ovnvbv (mgr.14180) 871 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:49.669613+0000 mgr.smithi145.ovnvbv (mgr.14180) 872 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:52.462 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:52.462 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:52.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:53.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:51.365462+0000 mgr.smithi145.ovnvbv (mgr.14180) 873 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:51.365462+0000 mgr.smithi145.ovnvbv (mgr.14180) 873 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:53.849 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:54.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:52.458916+0000 mgr.smithi145.ovnvbv (mgr.14180) 874 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:54.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:52.458916+0000 mgr.smithi145.ovnvbv (mgr.14180) 874 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:55.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:53.366180+0000 mgr.smithi145.ovnvbv (mgr.14180) 875 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:55.295 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:55.295 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:53.366180+0000 mgr.smithi145.ovnvbv (mgr.14180) 875 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:55.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:56.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:55.292083+0000 mgr.smithi145.ovnvbv (mgr.14180) 876 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:56.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:55.292083+0000 mgr.smithi145.ovnvbv (mgr.14180) 876 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:56.734 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:48:57.057 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:55.366815+0000 mgr.smithi145.ovnvbv (mgr.14180) 877 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:57.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:55.366815+0000 mgr.smithi145.ovnvbv (mgr.14180) 877 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:48:58.143 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:48:58.143 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:48:58.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:48:59.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:57.367694+0000 mgr.smithi145.ovnvbv (mgr.14180) 878 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:59.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:48:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:48:58.139737+0000 mgr.smithi145.ovnvbv (mgr.14180) 879 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:57.367694+0000 mgr.smithi145.ovnvbv (mgr.14180) 878 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:48:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:48:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:48:58.139737+0000 mgr.smithi145.ovnvbv (mgr.14180) 879 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:48:59.512 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:00.872 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:00.872 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:01.204 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:48:59.368400+0000 mgr.smithi145.ovnvbv (mgr.14180) 880 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:01.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:01.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:48:59.368400+0000 mgr.smithi145.ovnvbv (mgr.14180) 880 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:02.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:00.869183+0000 mgr.smithi145.ovnvbv (mgr.14180) 881 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:02.257 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:02.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:00.869183+0000 mgr.smithi145.ovnvbv (mgr.14180) 881 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:03.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:01.369201+0000 mgr.smithi145.ovnvbv (mgr.14180) 882 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:03.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:01.369201+0000 mgr.smithi145.ovnvbv (mgr.14180) 882 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:03.723 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:03.724 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:04.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:05.116 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:03.370144+0000 mgr.smithi145.ovnvbv (mgr.14180) 883 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:05.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:03.720761+0000 mgr.smithi145.ovnvbv (mgr.14180) 884 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:03.370144+0000 mgr.smithi145.ovnvbv (mgr.14180) 883 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:03.720761+0000 mgr.smithi145.ovnvbv (mgr.14180) 884 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:06.550 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:06.550 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:06.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:07.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:05.370921+0000 mgr.smithi145.ovnvbv (mgr.14180) 885 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:07.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:05.370921+0000 mgr.smithi145.ovnvbv (mgr.14180) 885 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:07.948 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:08.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:06.546701+0000 mgr.smithi145.ovnvbv (mgr.14180) 886 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:08.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:06.546701+0000 mgr.smithi145.ovnvbv (mgr.14180) 886 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:09.101 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:07.371468+0000 mgr.smithi145.ovnvbv (mgr.14180) 887 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:09.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:07.371468+0000 mgr.smithi145.ovnvbv (mgr.14180) 887 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:09.468 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:09.468 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:09.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:10.856 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:11.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:09.372160+0000 mgr.smithi145.ovnvbv (mgr.14180) 888 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:11.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:09.464840+0000 mgr.smithi145.ovnvbv (mgr.14180) 889 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:11.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:09.372160+0000 mgr.smithi145.ovnvbv (mgr.14180) 888 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:11.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:09.464840+0000 mgr.smithi145.ovnvbv (mgr.14180) 889 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:12.323 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:12.324 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:12.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:11.372761+0000 mgr.smithi145.ovnvbv (mgr.14180) 890 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:13.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:12.320135+0000 mgr.smithi145.ovnvbv (mgr.14180) 891 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:13.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:11.372761+0000 mgr.smithi145.ovnvbv (mgr.14180) 890 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:13.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:12.320135+0000 mgr.smithi145.ovnvbv (mgr.14180) 891 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:13.704 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:15.153 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:15.154 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:15.306 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:13.373608+0000 mgr.smithi145.ovnvbv (mgr.14180) 892 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:13.373608+0000 mgr.smithi145.ovnvbv (mgr.14180) 892 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:15.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:15.150446+0000 mgr.smithi145.ovnvbv (mgr.14180) 893 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:16.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:15.150446+0000 mgr.smithi145.ovnvbv (mgr.14180) 893 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:16.530 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:17.197 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:15.374136+0000 mgr.smithi145.ovnvbv (mgr.14180) 894 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:17.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:15.374136+0000 mgr.smithi145.ovnvbv (mgr.14180) 894 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:17.876 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:17.877 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:18.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:19.312 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:19.345 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:17.374831+0000 mgr.smithi145.ovnvbv (mgr.14180) 895 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:19.345 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:17.873476+0000 mgr.smithi145.ovnvbv (mgr.14180) 896 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:17.374831+0000 mgr.smithi145.ovnvbv (mgr.14180) 895 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:19.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:17.873476+0000 mgr.smithi145.ovnvbv (mgr.14180) 896 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:20.702 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:20.702 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:21.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:21.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:19.375465+0000 mgr.smithi145.ovnvbv (mgr.14180) 897 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:21.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:19.375465+0000 mgr.smithi145.ovnvbv (mgr.14180) 897 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:22.078 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:22.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:20.699018+0000 mgr.smithi145.ovnvbv (mgr.14180) 898 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:22.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:20.699018+0000 mgr.smithi145.ovnvbv (mgr.14180) 898 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:21.376333+0000 mgr.smithi145.ovnvbv (mgr.14180) 899 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:23.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:21.376333+0000 mgr.smithi145.ovnvbv (mgr.14180) 899 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:23.478 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:23.478 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:23.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:24.812 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:25.178 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:23.377010+0000 mgr.smithi145.ovnvbv (mgr.14180) 900 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:25.178 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:23.475769+0000 mgr.smithi145.ovnvbv (mgr.14180) 901 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:23.377010+0000 mgr.smithi145.ovnvbv (mgr.14180) 900 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:23.475769+0000 mgr.smithi145.ovnvbv (mgr.14180) 901 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:26.237 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:26.237 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:26.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:27.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:25.377678+0000 mgr.smithi145.ovnvbv (mgr.14180) 902 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:27.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:26.233662+0000 mgr.smithi145.ovnvbv (mgr.14180) 903 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:27.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:25.377678+0000 mgr.smithi145.ovnvbv (mgr.14180) 902 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:27.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:26.233662+0000 mgr.smithi145.ovnvbv (mgr.14180) 903 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:27.611 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:28.927 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:28.927 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:29.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:27.378448+0000 mgr.smithi145.ovnvbv (mgr.14180) 904 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:29.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:29.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:27.378448+0000 mgr.smithi145.ovnvbv (mgr.14180) 904 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:30.361 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:30.395 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:28.924376+0000 mgr.smithi145.ovnvbv (mgr.14180) 905 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:30.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:28.924376+0000 mgr.smithi145.ovnvbv (mgr.14180) 905 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:31.363 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:29.379067+0000 mgr.smithi145.ovnvbv (mgr.14180) 906 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:31.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:29.379067+0000 mgr.smithi145.ovnvbv (mgr.14180) 906 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:31.722 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:31.722 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:32.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:33.119 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:33.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:31.379674+0000 mgr.smithi145.ovnvbv (mgr.14180) 907 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:33.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:31.718884+0000 mgr.smithi145.ovnvbv (mgr.14180) 908 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:33.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:31.379674+0000 mgr.smithi145.ovnvbv (mgr.14180) 907 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:33.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:31.718884+0000 mgr.smithi145.ovnvbv (mgr.14180) 908 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:34.495 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:34.495 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:34.892 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:35.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:33.380264+0000 mgr.smithi145.ovnvbv (mgr.14180) 909 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:33.380264+0000 mgr.smithi145.ovnvbv (mgr.14180) 909 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:35.893 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:36.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:34.491266+0000 mgr.smithi145.ovnvbv (mgr.14180) 910 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:36.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:34.491266+0000 mgr.smithi145.ovnvbv (mgr.14180) 910 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:37.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:35.380882+0000 mgr.smithi145.ovnvbv (mgr.14180) 911 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:37.276 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:37.276 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:35.380882+0000 mgr.smithi145.ovnvbv (mgr.14180) 911 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:37.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:38.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:37.273360+0000 mgr.smithi145.ovnvbv (mgr.14180) 912 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:38.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:37.273360+0000 mgr.smithi145.ovnvbv (mgr.14180) 912 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:38.659 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:39.377 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:37.381595+0000 mgr.smithi145.ovnvbv (mgr.14180) 913 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:39.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:37.381595+0000 mgr.smithi145.ovnvbv (mgr.14180) 913 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:40.104 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:40.104 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:40.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:41.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:39.382336+0000 mgr.smithi145.ovnvbv (mgr.14180) 914 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:41.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:40.100230+0000 mgr.smithi145.ovnvbv (mgr.14180) 915 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:41.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:39.382336+0000 mgr.smithi145.ovnvbv (mgr.14180) 914 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:41.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:40.100230+0000 mgr.smithi145.ovnvbv (mgr.14180) 915 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:41.567 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:42.906 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:42.906 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:43.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:41.383282+0000 mgr.smithi145.ovnvbv (mgr.14180) 916 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:43.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:43.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:41.383282+0000 mgr.smithi145.ovnvbv (mgr.14180) 916 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:44.299 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:44.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:42.902476+0000 mgr.smithi145.ovnvbv (mgr.14180) 917 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:44.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:42.902476+0000 mgr.smithi145.ovnvbv (mgr.14180) 917 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:45.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:43.384082+0000 mgr.smithi145.ovnvbv (mgr.14180) 918 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:43.384082+0000 mgr.smithi145.ovnvbv (mgr.14180) 918 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:45.625 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:45.626 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:46.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:47.006 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:47.350 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:45.384871+0000 mgr.smithi145.ovnvbv (mgr.14180) 919 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:47.350 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:45.622886+0000 mgr.smithi145.ovnvbv (mgr.14180) 920 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:47.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:45.384871+0000 mgr.smithi145.ovnvbv (mgr.14180) 919 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:47.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:45.622886+0000 mgr.smithi145.ovnvbv (mgr.14180) 920 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:48.416 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:48.416 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:48.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:49.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:47.385493+0000 mgr.smithi145.ovnvbv (mgr.14180) 921 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:49.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:47.385493+0000 mgr.smithi145.ovnvbv (mgr.14180) 921 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:49.832 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:50.176 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:48.412751+0000 mgr.smithi145.ovnvbv (mgr.14180) 922 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:50.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:48.412751+0000 mgr.smithi145.ovnvbv (mgr.14180) 922 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:51.218 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:51.219 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:51.391 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:49.386100+0000 mgr.smithi145.ovnvbv (mgr.14180) 923 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:49.386100+0000 mgr.smithi145.ovnvbv (mgr.14180) 923 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:51.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:52.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:51.215337+0000 mgr.smithi145.ovnvbv (mgr.14180) 924 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:52.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:51.215337+0000 mgr.smithi145.ovnvbv (mgr.14180) 924 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:52.649 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:53.358 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:51.386705+0000 mgr.smithi145.ovnvbv (mgr.14180) 925 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:51.386705+0000 mgr.smithi145.ovnvbv (mgr.14180) 925 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:54.043 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:54.043 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:54.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:53.387421+0000 mgr.smithi145.ovnvbv (mgr.14180) 926 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:54.040083+0000 mgr.smithi145.ovnvbv (mgr.14180) 927 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:55.415 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:55.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:53.387421+0000 mgr.smithi145.ovnvbv (mgr.14180) 926 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:55.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:54.040083+0000 mgr.smithi145.ovnvbv (mgr.14180) 927 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:56.918 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:56.918 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:49:57.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:55.388075+0000 mgr.smithi145.ovnvbv (mgr.14180) 928 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:57.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:49:57.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:55.388075+0000 mgr.smithi145.ovnvbv (mgr.14180) 928 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:49:58.313 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:49:58.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:56.914430+0000 mgr.smithi145.ovnvbv (mgr.14180) 929 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:58.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:56.914430+0000 mgr.smithi145.ovnvbv (mgr.14180) 929 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:49:59.385 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:49:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:57.388797+0000 mgr.smithi145.ovnvbv (mgr.14180) 930 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:49:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:57.388797+0000 mgr.smithi145.ovnvbv (mgr.14180) 930 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:49:59.734 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:49:59.734 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:00.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:00.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:00.000136+0000 mon.smithi145 (mon.0) 707 : cluster [INF] overall HEALTH_OK 2024-02-13T03:50:00.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:00.000136+0000 mon.smithi145 (mon.0) 707 : cluster [INF] overall HEALTH_OK 2024-02-13T03:50:01.122 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:01.454 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:49:59.389306+0000 mgr.smithi145.ovnvbv (mgr.14180) 931 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:01.455 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:49:59.731082+0000 mgr.smithi145.ovnvbv (mgr.14180) 932 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:01.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:49:59.389306+0000 mgr.smithi145.ovnvbv (mgr.14180) 931 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:01.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:49:59.731082+0000 mgr.smithi145.ovnvbv (mgr.14180) 932 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:02.511 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:02.511 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:02.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:03.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:01.390023+0000 mgr.smithi145.ovnvbv (mgr.14180) 933 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:03.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:01.390023+0000 mgr.smithi145.ovnvbv (mgr.14180) 933 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:03.938 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:04.263 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:02.506792+0000 mgr.smithi145.ovnvbv (mgr.14180) 934 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:04.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:02.506792+0000 mgr.smithi145.ovnvbv (mgr.14180) 934 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:05.314 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:05.315 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:05.336 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:03.390818+0000 mgr.smithi145.ovnvbv (mgr.14180) 935 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:03.390818+0000 mgr.smithi145.ovnvbv (mgr.14180) 935 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:05.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:06.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:05.311625+0000 mgr.smithi145.ovnvbv (mgr.14180) 936 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:06.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:05.311625+0000 mgr.smithi145.ovnvbv (mgr.14180) 936 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:06.740 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:07.430 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:05.391416+0000 mgr.smithi145.ovnvbv (mgr.14180) 937 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:07.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:05.391416+0000 mgr.smithi145.ovnvbv (mgr.14180) 937 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:08.147 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:08.147 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:08.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:09.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:07.392036+0000 mgr.smithi145.ovnvbv (mgr.14180) 938 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:09.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:08.143825+0000 mgr.smithi145.ovnvbv (mgr.14180) 939 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:09.539 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:09.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:07.392036+0000 mgr.smithi145.ovnvbv (mgr.14180) 938 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:09.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:08.143825+0000 mgr.smithi145.ovnvbv (mgr.14180) 939 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:10.931 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:10.931 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:11.324 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:09.392678+0000 mgr.smithi145.ovnvbv (mgr.14180) 940 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:11.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:11.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:09.392678+0000 mgr.smithi145.ovnvbv (mgr.14180) 940 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:12.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:10.927274+0000 mgr.smithi145.ovnvbv (mgr.14180) 941 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:12.345 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:12.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:10.927274+0000 mgr.smithi145.ovnvbv (mgr.14180) 941 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:13.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:11.393396+0000 mgr.smithi145.ovnvbv (mgr.14180) 942 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:13.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:11.393396+0000 mgr.smithi145.ovnvbv (mgr.14180) 942 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:13.754 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:13.754 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:14.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:15.188 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:13.393985+0000 mgr.smithi145.ovnvbv (mgr.14180) 943 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:13.751299+0000 mgr.smithi145.ovnvbv (mgr.14180) 944 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:15.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:13.393985+0000 mgr.smithi145.ovnvbv (mgr.14180) 943 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:15.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:13.751299+0000 mgr.smithi145.ovnvbv (mgr.14180) 944 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:16.702 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:16.703 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:42:44.914761Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dtowxc on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dtowxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dtowxc\nDeploy daemon haproxy.nfs.foo.smithi193.dtowxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:40:52Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:41: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=\"2024-02-13T03:42:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.565904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.uoizxx on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-uoizxx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.uoizxx\nDeploy daemon haproxy.nfs.foo.smithi145.uoizxx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:43:21Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:43: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=\"2024-02-13T03:44:36Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:45:14.567085Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.ynbrnv on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:17.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:17.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:15.394604+0000 mgr.smithi145.ovnvbv (mgr.14180) 945 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:17.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:15.394604+0000 mgr.smithi145.ovnvbv (mgr.14180) 945 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:18.092 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:18.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:16.699048+0000 mgr.smithi145.ovnvbv (mgr.14180) 946 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:18.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:17.870140+0000 mon.smithi145 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.mhfaar"}]: dispatch 2024-02-13T03:50:18.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:16.699048+0000 mgr.smithi145.ovnvbv (mgr.14180) 946 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:18.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:17.870140+0000 mon.smithi145 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi145.mhfaar"}]: dispatch 2024-02-13T03:50:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:17.395283+0000 mgr.smithi145.ovnvbv (mgr.14180) 947 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:50:17.869562+0000 mgr.smithi145.ovnvbv (mgr.14180) 948 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi145.mhfaar ... 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:48: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" 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Traceback (most recent call last): 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: yield (conn, connr) 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: code, '\n'.join(err))) 2024-02-13T03:50:19.458 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi145.mhfaar ... 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:48: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" 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:50:17.869788+0000 mgr.smithi145.ovnvbv (mgr.14180) 949 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:50:17.870783+0000 mgr.smithi145.ovnvbv (mgr.14180) 950 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.459 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi145.mhfaar ... 2024-02-13T03:50:19.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:50:19.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:48: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" 2024-02-13T03:50:19.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:50:19.460 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:50:17.872062+0000 mgr.smithi145.ovnvbv (mgr.14180) 951 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:19.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:50:17.873080+0000 mgr.smithi145.ovnvbv (mgr.14180) 952 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:19.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:17.873897+0000 mgr.smithi145.ovnvbv (mgr.14180) 953 : 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 2024-02-13T03:50:19.461 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:18.189478+0000 mon.smithi145 (mon.0) 709 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:50:19.461 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:19.461 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:19.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:17.395283+0000 mgr.smithi145.ovnvbv (mgr.14180) 947 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:19.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:50:17.869562+0000 mgr.smithi145.ovnvbv (mgr.14180) 948 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi145.mhfaar ... 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:48: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" 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Traceback (most recent call last): 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: yield (conn, connr) 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:50:19.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: code, '\n'.join(err))) 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi145.mhfaar ... 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:48: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" 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:50:17.869788+0000 mgr.smithi145.ovnvbv (mgr.14180) 949 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:50:17.870783+0000 mgr.smithi145.ovnvbv (mgr.14180) 950 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi145.mhfaar ... 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:48: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" 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:49: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" 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:50:17.872062+0000 mgr.smithi145.ovnvbv (mgr.14180) 951 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:50:17.873080+0000 mgr.smithi145.ovnvbv (mgr.14180) 952 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-13T03:50:19.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:17.873897+0000 mgr.smithi145.ovnvbv (mgr.14180) 953 : 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 2024-02-13T03:50:19.651 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:18.189478+0000 mon.smithi145 (mon.0) 709 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-13T03:50:19.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:20.835 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:21.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:19.456757+0000 mgr.smithi145.ovnvbv (mgr.14180) 954 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:21.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:19.874681+0000 mgr.smithi145.ovnvbv (mgr.14180) 955 : 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 2024-02-13T03:50:21.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:20.855231+0000 mon.smithi145 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:50:21.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:19.456757+0000 mgr.smithi145.ovnvbv (mgr.14180) 954 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:21.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:19.874681+0000 mgr.smithi145.ovnvbv (mgr.14180) 955 : 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 2024-02-13T03:50:21.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:20.855231+0000 mon.smithi145 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:50:22.259 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:22.260 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:22.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:23.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:21.875512+0000 mgr.smithi145.ovnvbv (mgr.14180) 956 : 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 2024-02-13T03:50:23.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:22.255947+0000 mgr.smithi145.ovnvbv (mgr.14180) 957 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:23.678 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:23.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:21.875512+0000 mgr.smithi145.ovnvbv (mgr.14180) 956 : 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 2024-02-13T03:50:23.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:22.255947+0000 mgr.smithi145.ovnvbv (mgr.14180) 957 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:25.106 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:25.106 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:25.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:23.876136+0000 mgr.smithi145.ovnvbv (mgr.14180) 958 : 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 2024-02-13T03:50:25.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:23.876136+0000 mgr.smithi145.ovnvbv (mgr.14180) 958 : 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 2024-02-13T03:50:25.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:26.534 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:26.566 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:25.102526+0000 mgr.smithi145.ovnvbv (mgr.14180) 959 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:26.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:25.102526+0000 mgr.smithi145.ovnvbv (mgr.14180) 959 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:27.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:25.877030+0000 mgr.smithi145.ovnvbv (mgr.14180) 960 : 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 2024-02-13T03:50:27.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:25.877030+0000 mgr.smithi145.ovnvbv (mgr.14180) 960 : 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 2024-02-13T03:50:27.855 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:27.855 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:28.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:29.241 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:29.574 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:27.852228+0000 mgr.smithi145.ovnvbv (mgr.14180) 961 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:29.574 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:27.877829+0000 mgr.smithi145.ovnvbv (mgr.14180) 962 : 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 2024-02-13T03:50:29.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:27.852228+0000 mgr.smithi145.ovnvbv (mgr.14180) 961 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:29.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:27.877829+0000 mgr.smithi145.ovnvbv (mgr.14180) 962 : 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 2024-02-13T03:50:30.572 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:30.572 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:30.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:31.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:29.878694+0000 mgr.smithi145.ovnvbv (mgr.14180) 963 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:31.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:30.576227+0000 mon.smithi145 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:50:31.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:29.878694+0000 mgr.smithi145.ovnvbv (mgr.14180) 963 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:31.708 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:30.576227+0000 mon.smithi145 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:50:31.949 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:32.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:30.568343+0000 mgr.smithi145.ovnvbv (mgr.14180) 964 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:32.659 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:30.568343+0000 mgr.smithi145.ovnvbv (mgr.14180) 964 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:33.356 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:33.356 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:33.379 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:31.879793+0000 mgr.smithi145.ovnvbv (mgr.14180) 965 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:33.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:31.879793+0000 mgr.smithi145.ovnvbv (mgr.14180) 965 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:33.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:34.748 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:33.352749+0000 mgr.smithi145.ovnvbv (mgr.14180) 966 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:35.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:33.880476+0000 mgr.smithi145.ovnvbv (mgr.14180) 967 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:35.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:33.352749+0000 mgr.smithi145.ovnvbv (mgr.14180) 966 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:35.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:33.880476+0000 mgr.smithi145.ovnvbv (mgr.14180) 967 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:36.139 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:36.140 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:36.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:37.525 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:37.570 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:35.881205+0000 mgr.smithi145.ovnvbv (mgr.14180) 968 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:37.570 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:36.136503+0000 mgr.smithi145.ovnvbv (mgr.14180) 969 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:37.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:35.881205+0000 mgr.smithi145.ovnvbv (mgr.14180) 968 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:37.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:36.136503+0000 mgr.smithi145.ovnvbv (mgr.14180) 969 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:38.928 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:38.928 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:39.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:39.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:37.882033+0000 mgr.smithi145.ovnvbv (mgr.14180) 970 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:39.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:37.882033+0000 mgr.smithi145.ovnvbv (mgr.14180) 970 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:40.313 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:40.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:38.924355+0000 mgr.smithi145.ovnvbv (mgr.14180) 971 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:40.681 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:38.924355+0000 mgr.smithi145.ovnvbv (mgr.14180) 971 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:41.390 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:39.882757+0000 mgr.smithi145.ovnvbv (mgr.14180) 972 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:41.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:41 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:39.882757+0000 mgr.smithi145.ovnvbv (mgr.14180) 972 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:41.761 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:41.761 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:42.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:43.175 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:43.549 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:41.758353+0000 mgr.smithi145.ovnvbv (mgr.14180) 973 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:43.549 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:41.883921+0000 mgr.smithi145.ovnvbv (mgr.14180) 974 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:43.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:41.758353+0000 mgr.smithi145.ovnvbv (mgr.14180) 973 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:43.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:41.883921+0000 mgr.smithi145.ovnvbv (mgr.14180) 974 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:44.604 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:44.604 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:45.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:43.884533+0000 mgr.smithi145.ovnvbv (mgr.14180) 975 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:45.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:43.884533+0000 mgr.smithi145.ovnvbv (mgr.14180) 975 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:46.015 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:46.421 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:44.601307+0000 mgr.smithi145.ovnvbv (mgr.14180) 976 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:46.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:44.601307+0000 mgr.smithi145.ovnvbv (mgr.14180) 976 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:47.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:47 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:45.885432+0000 mgr.smithi145.ovnvbv (mgr.14180) 977 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:47.639 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:47.639 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:47.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:47 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:45.885432+0000 mgr.smithi145.ovnvbv (mgr.14180) 977 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:48.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:49.028 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:49.371 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:47.635829+0000 mgr.smithi145.ovnvbv (mgr.14180) 978 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:49.372 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:47.886399+0000 mgr.smithi145.ovnvbv (mgr.14180) 979 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:49.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:47.635829+0000 mgr.smithi145.ovnvbv (mgr.14180) 978 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:49.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:47.886399+0000 mgr.smithi145.ovnvbv (mgr.14180) 979 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:50.494 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:50.495 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:50.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:51.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:49.887169+0000 mgr.smithi145.ovnvbv (mgr.14180) 980 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:51.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:49.887169+0000 mgr.smithi145.ovnvbv (mgr.14180) 980 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:51.888 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:52.596 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:50.491272+0000 mgr.smithi145.ovnvbv (mgr.14180) 981 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:52.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:50.491272+0000 mgr.smithi145.ovnvbv (mgr.14180) 981 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:53.299 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:53.299 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:51.888279+0000 mgr.smithi145.ovnvbv (mgr.14180) 982 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:53.675 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:51.888279+0000 mgr.smithi145.ovnvbv (mgr.14180) 982 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:53.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:54.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:53.295636+0000 mgr.smithi145.ovnvbv (mgr.14180) 983 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:54.696 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:54.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:53.295636+0000 mgr.smithi145.ovnvbv (mgr.14180) 983 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:55.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:55 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:53.888979+0000 mgr.smithi145.ovnvbv (mgr.14180) 984 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:55.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:55 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:53.888979+0000 mgr.smithi145.ovnvbv (mgr.14180) 984 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:56.100 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:56.101 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:56.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:57.494 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:50:57.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:55.889946+0000 mgr.smithi145.ovnvbv (mgr.14180) 985 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:57.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:56.094405+0000 mgr.smithi145.ovnvbv (mgr.14180) 986 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:57.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:55.889946+0000 mgr.smithi145.ovnvbv (mgr.14180) 985 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:50:57.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:56.094405+0000 mgr.smithi145.ovnvbv (mgr.14180) 986 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:50:58.926 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:50:58.926 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:50:59.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:50:59.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:50:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:57.890763+0000 mgr.smithi145.ovnvbv (mgr.14180) 987 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:50:59.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:50:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:57.890763+0000 mgr.smithi145.ovnvbv (mgr.14180) 987 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:00.319 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:00.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:50:58.923252+0000 mgr.smithi145.ovnvbv (mgr.14180) 988 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:00.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:50:58.923252+0000 mgr.smithi145.ovnvbv (mgr.14180) 988 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:01.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:50:59.891609+0000 mgr.smithi145.ovnvbv (mgr.14180) 989 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:01.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:50:59.891609+0000 mgr.smithi145.ovnvbv (mgr.14180) 989 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:01.737 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:01.737 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:02.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:03.135 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:03.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:01.733843+0000 mgr.smithi145.ovnvbv (mgr.14180) 990 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:03.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:01.892708+0000 mgr.smithi145.ovnvbv (mgr.14180) 991 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:03.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:01.733843+0000 mgr.smithi145.ovnvbv (mgr.14180) 990 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:03.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:01.892708+0000 mgr.smithi145.ovnvbv (mgr.14180) 991 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:04.559 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:04.559 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:04.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:05.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:03.893541+0000 mgr.smithi145.ovnvbv (mgr.14180) 992 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:05.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:03.893541+0000 mgr.smithi145.ovnvbv (mgr.14180) 992 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:05.958 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:06.602 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:04.555640+0000 mgr.smithi145.ovnvbv (mgr.14180) 993 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:06.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:04.555640+0000 mgr.smithi145.ovnvbv (mgr.14180) 993 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:07.375 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:07.375 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:07.577 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:05.894393+0000 mgr.smithi145.ovnvbv (mgr.14180) 994 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:07.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:05.894393+0000 mgr.smithi145.ovnvbv (mgr.14180) 994 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:07.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:08.808 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:09.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:07.371753+0000 mgr.smithi145.ovnvbv (mgr.14180) 995 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:09.420 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:07.895204+0000 mgr.smithi145.ovnvbv (mgr.14180) 996 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:09.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:07.371753+0000 mgr.smithi145.ovnvbv (mgr.14180) 995 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:09.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:07.895204+0000 mgr.smithi145.ovnvbv (mgr.14180) 996 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:10.124 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:10.125 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:10.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:11.524 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:11.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:09.895858+0000 mgr.smithi145.ovnvbv (mgr.14180) 997 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:11.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:10.120844+0000 mgr.smithi145.ovnvbv (mgr.14180) 998 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:11.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:09.895858+0000 mgr.smithi145.ovnvbv (mgr.14180) 997 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:11.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:10.120844+0000 mgr.smithi145.ovnvbv (mgr.14180) 998 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:12.931 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:12.932 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:13.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:13.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:11.896856+0000 mgr.smithi145.ovnvbv (mgr.14180) 999 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:13.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:11.896856+0000 mgr.smithi145.ovnvbv (mgr.14180) 999 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:14.343 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:14.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:12.927930+0000 mgr.smithi145.ovnvbv (mgr.14180) 1000 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:14.699 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:12.927930+0000 mgr.smithi145.ovnvbv (mgr.14180) 1000 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:13.897512+0000 mgr.smithi145.ovnvbv (mgr.14180) 1001 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:15.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:13.897512+0000 mgr.smithi145.ovnvbv (mgr.14180) 1001 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:15.768 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:15.768 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:16.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:17.150 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:17.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:15.765107+0000 mgr.smithi145.ovnvbv (mgr.14180) 1002 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:17.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:15.898223+0000 mgr.smithi145.ovnvbv (mgr.14180) 1003 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:17.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:15.765107+0000 mgr.smithi145.ovnvbv (mgr.14180) 1002 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:17.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:15.898223+0000 mgr.smithi145.ovnvbv (mgr.14180) 1003 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:18.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:17.875636+0000 mon.smithi145 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:51:18.673 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:18.673 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:16.334978Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:16.335120Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:16.335188Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:16.335250Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:16.335308Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:16.335542Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:18.696 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:17.875636+0000 mon.smithi145 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-13T03:51:19.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:19.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:17.899029+0000 mgr.smithi145.ovnvbv (mgr.14180) 1004 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:19.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:19.337542+0000 mon.smithi145 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:19.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:17.899029+0000 mgr.smithi145.ovnvbv (mgr.14180) 1004 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:19.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:19.337542+0000 mon.smithi145 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:20.043 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:20.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:18.669062+0000 mgr.smithi145.ovnvbv (mgr.14180) 1005 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:20.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:19.899706+0000 mgr.smithi145.ovnvbv (mgr.14180) 1006 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:20.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:18.669062+0000 mgr.smithi145.ovnvbv (mgr.14180) 1005 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:20.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:19.899706+0000 mgr.smithi145.ovnvbv (mgr.14180) 1006 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:21.792 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:21.792 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:45:18.825044Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:45:18.825105Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:45:18.825165Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:45:18.824976Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:45:18.824822Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:45:18.825646Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:45:18.825223Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:45:18.825336Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:45:18.825280Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:45:18.825561Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:22.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:23.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:21.788435+0000 mgr.smithi145.ovnvbv (mgr.14180) 1007 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:21.900550+0000 mgr.smithi145.ovnvbv (mgr.14180) 1008 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:22.564359+0000 mon.smithi145 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:22.843425+0000 mon.smithi145 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:51:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:22.844048+0000 mon.smithi145 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:51:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:22.848221+0000 mon.smithi145 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:22.851916+0000 mon.smithi145 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:51:23.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:22.858307+0000 mon.smithi145 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:23.308 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:21.788435+0000 mgr.smithi145.ovnvbv (mgr.14180) 1007 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:21.900550+0000 mgr.smithi145.ovnvbv (mgr.14180) 1008 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:22.564359+0000 mon.smithi145 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:22.843425+0000 mon.smithi145 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-13T03:51:23.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:22.844048+0000 mon.smithi145 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-13T03:51:23.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:22.848221+0000 mon.smithi145 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:23.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:22.851916+0000 mon.smithi145 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-13T03:51:23.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:22.858307+0000 mon.smithi145 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:24.325 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:22.848877+0000 mgr.smithi145.ovnvbv (mgr.14180) 1009 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:24.325 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:51:22.860388+0000 mgr.smithi145.ovnvbv (mgr.14180) 1010 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi193.dyjtdn on smithi193 2024-02-13T03:51:24.325 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:23.846538+0000 mon.smithi145 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:51:24.325 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:23.846609+0000 mon.smithi145 (mon.0) 721 : cluster [INF] Cluster is now healthy 2024-02-13T03:51:24.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:22.848877+0000 mgr.smithi145.ovnvbv (mgr.14180) 1009 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:24.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:51:22.860388+0000 mgr.smithi145.ovnvbv (mgr.14180) 1010 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi193.dyjtdn on smithi193 2024-02-13T03:51:24.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:23.846538+0000 mon.smithi145 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-13T03:51:24.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:23.846609+0000 mon.smithi145 (mon.0) 721 : cluster [INF] Cluster is now healthy 2024-02-13T03:51:24.682 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:24.683 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:25.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:26.072 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:26.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:24.679610+0000 mgr.smithi145.ovnvbv (mgr.14180) 1011 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:26.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:25 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:24.849569+0000 mgr.smithi145.ovnvbv (mgr.14180) 1012 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:26.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:24.679610+0000 mgr.smithi145.ovnvbv (mgr.14180) 1011 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:26.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:25 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:24.849569+0000 mgr.smithi145.ovnvbv (mgr.14180) 1012 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:27.497 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:27.498 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:27.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:28.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:26.850329+0000 mgr.smithi145.ovnvbv (mgr.14180) 1013 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-02-13T03:51:28.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:26.850329+0000 mgr.smithi145.ovnvbv (mgr.14180) 1013 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-02-13T03:51:28.863 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:29.189 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:27.494612+0000 mgr.smithi145.ovnvbv (mgr.14180) 1014 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:29.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:27.494612+0000 mgr.smithi145.ovnvbv (mgr.14180) 1014 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:30.141 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:30.141 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:30.168 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:28.851032+0000 mgr.smithi145.ovnvbv (mgr.14180) 1015 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:30.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:28.851032+0000 mgr.smithi145.ovnvbv (mgr.14180) 1015 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:30.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:31.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:30.138073+0000 mgr.smithi145.ovnvbv (mgr.14180) 1016 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:31.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:30.577294+0000 mon.smithi145 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:31.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:30.138073+0000 mgr.smithi145.ovnvbv (mgr.14180) 1016 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:31.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:30.577294+0000 mon.smithi145 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' 2024-02-13T03:51:31.521 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:32.197 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:30.851630+0000 mgr.smithi145.ovnvbv (mgr.14180) 1017 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:32.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:30.851630+0000 mgr.smithi145.ovnvbv (mgr.14180) 1017 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:32.875 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:32.875 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:33.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:34.238 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:34.272 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:32.852337+0000 mgr.smithi145.ovnvbv (mgr.14180) 1018 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:34.272 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:33 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:32.872151+0000 mgr.smithi145.ovnvbv (mgr.14180) 1019 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:34.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:32.852337+0000 mgr.smithi145.ovnvbv (mgr.14180) 1018 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-02-13T03:51:34.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:33 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:32.872151+0000 mgr.smithi145.ovnvbv (mgr.14180) 1019 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:35.660 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:35.660 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:36.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:36.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:34.852847+0000 mgr.smithi145.ovnvbv (mgr.14180) 1020 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:36.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:34.852847+0000 mgr.smithi145.ovnvbv (mgr.14180) 1020 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:37.036 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:37.370 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:35.657169+0000 mgr.smithi145.ovnvbv (mgr.14180) 1021 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:35.657169+0000 mgr.smithi145.ovnvbv (mgr.14180) 1021 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:38.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:36.853664+0000 mgr.smithi145.ovnvbv (mgr.14180) 1022 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:38.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:36.853664+0000 mgr.smithi145.ovnvbv (mgr.14180) 1022 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:38.457 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:38.457 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:38.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:39.870 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:40.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:38.454343+0000 mgr.smithi145.ovnvbv (mgr.14180) 1023 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:40.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:39 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:38.854313+0000 mgr.smithi145.ovnvbv (mgr.14180) 1024 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:40.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:38.454343+0000 mgr.smithi145.ovnvbv (mgr.14180) 1023 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:40.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:39 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:38.854313+0000 mgr.smithi145.ovnvbv (mgr.14180) 1024 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:41.185 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:41.186 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:41.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:42.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:40.854949+0000 mgr.smithi145.ovnvbv (mgr.14180) 1025 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:42.207 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:41 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:41.181833+0000 mgr.smithi145.ovnvbv (mgr.14180) 1026 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:42.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:40.854949+0000 mgr.smithi145.ovnvbv (mgr.14180) 1025 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:42.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:41.181833+0000 mgr.smithi145.ovnvbv (mgr.14180) 1026 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:42.570 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:43.925 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:43.925 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:44.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:42.855804+0000 mgr.smithi145.ovnvbv (mgr.14180) 1027 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:44.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:44.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:42.855804+0000 mgr.smithi145.ovnvbv (mgr.14180) 1027 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:45.311 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:45.345 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:43.922523+0000 mgr.smithi145.ovnvbv (mgr.14180) 1028 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:43.922523+0000 mgr.smithi145.ovnvbv (mgr.14180) 1028 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:46.382 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:44.856424+0000 mgr.smithi145.ovnvbv (mgr.14180) 1029 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:46.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:44.856424+0000 mgr.smithi145.ovnvbv (mgr.14180) 1029 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:46.751 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:46.751 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:47.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:48.135 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:48.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:46.748137+0000 mgr.smithi145.ovnvbv (mgr.14180) 1030 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:48.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:46.857249+0000 mgr.smithi145.ovnvbv (mgr.14180) 1031 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:48.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:46.748137+0000 mgr.smithi145.ovnvbv (mgr.14180) 1030 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:48.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:46.857249+0000 mgr.smithi145.ovnvbv (mgr.14180) 1031 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:49.451 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:49.451 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:49.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:50.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:48.857933+0000 mgr.smithi145.ovnvbv (mgr.14180) 1032 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:50.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:48.857933+0000 mgr.smithi145.ovnvbv (mgr.14180) 1032 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:50.825 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:51.151 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:49.448041+0000 mgr.smithi145.ovnvbv (mgr.14180) 1033 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:51.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:49.448041+0000 mgr.smithi145.ovnvbv (mgr.14180) 1033 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:52.185 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:52.185 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:52.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:50.858509+0000 mgr.smithi145.ovnvbv (mgr.14180) 1034 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:52.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:50.858509+0000 mgr.smithi145.ovnvbv (mgr.14180) 1034 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:52.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:53.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:52.182241+0000 mgr.smithi145.ovnvbv (mgr.14180) 1035 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:53.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:52.182241+0000 mgr.smithi145.ovnvbv (mgr.14180) 1035 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:53.559 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:54.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:52.859420+0000 mgr.smithi145.ovnvbv (mgr.14180) 1036 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:54.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:52.859420+0000 mgr.smithi145.ovnvbv (mgr.14180) 1036 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:54.907 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:54.907 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:55.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:56.293 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:56.325 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:54.860066+0000 mgr.smithi145.ovnvbv (mgr.14180) 1037 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:56.326 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:54.903976+0000 mgr.smithi145.ovnvbv (mgr.14180) 1038 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:56.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:54.860066+0000 mgr.smithi145.ovnvbv (mgr.14180) 1037 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:51:56.397 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:54.903976+0000 mgr.smithi145.ovnvbv (mgr.14180) 1038 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:57.623 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:51:57.623 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:51:57.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:51:58.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:56.860957+0000 mgr.smithi145.ovnvbv (mgr.14180) 1039 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:58.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:56.860957+0000 mgr.smithi145.ovnvbv (mgr.14180) 1039 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:51:59.000 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:51:59.325 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:51:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:51:57.620648+0000 mgr.smithi145.ovnvbv (mgr.14180) 1040 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:51:59.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:51:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:51:57.620648+0000 mgr.smithi145.ovnvbv (mgr.14180) 1040 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:00.332 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:00.332 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:00.353 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:51:58.861501+0000 mgr.smithi145.ovnvbv (mgr.14180) 1041 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:00.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:51:58.861501+0000 mgr.smithi145.ovnvbv (mgr.14180) 1041 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:00.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:01.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:01 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:00.328932+0000 mgr.smithi145.ovnvbv (mgr.14180) 1042 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:01.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:01 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:00.328932+0000 mgr.smithi145.ovnvbv (mgr.14180) 1042 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:01.690 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:02.292 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:00.862249+0000 mgr.smithi145.ovnvbv (mgr.14180) 1043 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:02.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:00.862249+0000 mgr.smithi145.ovnvbv (mgr.14180) 1043 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:03.007 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:03.007 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:03.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:04.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:02.862981+0000 mgr.smithi145.ovnvbv (mgr.14180) 1044 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:04.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:03.004095+0000 mgr.smithi145.ovnvbv (mgr.14180) 1045 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:04.430 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:04.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:02.862981+0000 mgr.smithi145.ovnvbv (mgr.14180) 1044 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:04.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:03.004095+0000 mgr.smithi145.ovnvbv (mgr.14180) 1045 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:05.791 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:05.791 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:06.144 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:04.863447+0000 mgr.smithi145.ovnvbv (mgr.14180) 1046 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:06.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:06.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:04.863447+0000 mgr.smithi145.ovnvbv (mgr.14180) 1046 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:07.172 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:07.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:05.788045+0000 mgr.smithi145.ovnvbv (mgr.14180) 1047 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:07.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:05.788045+0000 mgr.smithi145.ovnvbv (mgr.14180) 1047 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:08.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:06.864191+0000 mgr.smithi145.ovnvbv (mgr.14180) 1048 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:08.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:06.864191+0000 mgr.smithi145.ovnvbv (mgr.14180) 1048 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:08.459 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:08.459 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:08.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:09.839 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:10.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:08.455863+0000 mgr.smithi145.ovnvbv (mgr.14180) 1049 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:10.172 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:08.864999+0000 mgr.smithi145.ovnvbv (mgr.14180) 1050 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:10.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:08.455863+0000 mgr.smithi145.ovnvbv (mgr.14180) 1049 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:10.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:08.864999+0000 mgr.smithi145.ovnvbv (mgr.14180) 1050 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:11.138 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:11.139 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:11.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:12.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:10.865577+0000 mgr.smithi145.ovnvbv (mgr.14180) 1051 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:12.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:11.135625+0000 mgr.smithi145.ovnvbv (mgr.14180) 1052 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:12.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:10.865577+0000 mgr.smithi145.ovnvbv (mgr.14180) 1051 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:12.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:11.135625+0000 mgr.smithi145.ovnvbv (mgr.14180) 1052 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:12.533 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:13.921 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:13.921 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:14.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:12.866254+0000 mgr.smithi145.ovnvbv (mgr.14180) 1053 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:14.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:14.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:12.866254+0000 mgr.smithi145.ovnvbv (mgr.14180) 1053 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:15.304 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:15.337 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:13.918004+0000 mgr.smithi145.ovnvbv (mgr.14180) 1054 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:15.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:13.918004+0000 mgr.smithi145.ovnvbv (mgr.14180) 1054 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:16.298 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:14.866775+0000 mgr.smithi145.ovnvbv (mgr.14180) 1055 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:16.399 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:14.866775+0000 mgr.smithi145.ovnvbv (mgr.14180) 1055 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:16.663 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:16.663 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:17.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:18.046 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:18.363 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:16.659615+0000 mgr.smithi145.ovnvbv (mgr.14180) 1056 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:18.363 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:16.867577+0000 mgr.smithi145.ovnvbv (mgr.14180) 1057 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:18.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:16.659615+0000 mgr.smithi145.ovnvbv (mgr.14180) 1056 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:18.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:16.867577+0000 mgr.smithi145.ovnvbv (mgr.14180) 1057 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:19.324 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:19.325 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:19.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:20.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:18.868146+0000 mgr.smithi145.ovnvbv (mgr.14180) 1058 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:20.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:19.321800+0000 mgr.smithi145.ovnvbv (mgr.14180) 1059 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:20.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:18.868146+0000 mgr.smithi145.ovnvbv (mgr.14180) 1058 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:20.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:19.321800+0000 mgr.smithi145.ovnvbv (mgr.14180) 1059 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:20.697 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:22.023 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:22.023 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:22.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:20.868731+0000 mgr.smithi145.ovnvbv (mgr.14180) 1060 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:22.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:22.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:20.868731+0000 mgr.smithi145.ovnvbv (mgr.14180) 1060 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:23.394 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:23.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:23 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:22.020144+0000 mgr.smithi145.ovnvbv (mgr.14180) 1061 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:23.428 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:23 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:22.020144+0000 mgr.smithi145.ovnvbv (mgr.14180) 1061 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:24.388 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:22.869577+0000 mgr.smithi145.ovnvbv (mgr.14180) 1062 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:24.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:22.869577+0000 mgr.smithi145.ovnvbv (mgr.14180) 1062 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:24.736 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:24.736 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:25.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:26.119 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:26.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:24.733172+0000 mgr.smithi145.ovnvbv (mgr.14180) 1063 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:26.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:24.870073+0000 mgr.smithi145.ovnvbv (mgr.14180) 1064 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:26.452 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:24.733172+0000 mgr.smithi145.ovnvbv (mgr.14180) 1063 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:26.452 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:24.870073+0000 mgr.smithi145.ovnvbv (mgr.14180) 1064 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:27.471 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:27.471 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:27.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:28.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:26.870861+0000 mgr.smithi145.ovnvbv (mgr.14180) 1065 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:28.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:26.870861+0000 mgr.smithi145.ovnvbv (mgr.14180) 1065 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:28.843 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:29.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:27.466934+0000 mgr.smithi145.ovnvbv (mgr.14180) 1066 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:29.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:27.466934+0000 mgr.smithi145.ovnvbv (mgr.14180) 1066 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:30.326 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:30.327 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:30.346 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:28.871487+0000 mgr.smithi145.ovnvbv (mgr.14180) 1067 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:30.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:28.871487+0000 mgr.smithi145.ovnvbv (mgr.14180) 1067 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:30.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:31.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:31 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:30.322927+0000 mgr.smithi145.ovnvbv (mgr.14180) 1068 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:31.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:31 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:30.322927+0000 mgr.smithi145.ovnvbv (mgr.14180) 1068 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:31.718 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:32.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:30.872037+0000 mgr.smithi145.ovnvbv (mgr.14180) 1069 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:32.447 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:30.872037+0000 mgr.smithi145.ovnvbv (mgr.14180) 1069 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:33.110 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:33.111 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:33.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:34.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:32.872762+0000 mgr.smithi145.ovnvbv (mgr.14180) 1070 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:34.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:33.107801+0000 mgr.smithi145.ovnvbv (mgr.14180) 1071 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:34.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:32.872762+0000 mgr.smithi145.ovnvbv (mgr.14180) 1070 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:34.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:33.107801+0000 mgr.smithi145.ovnvbv (mgr.14180) 1071 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:34.501 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:35.815 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:35.815 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:36.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:36.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:34.873290+0000 mgr.smithi145.ovnvbv (mgr.14180) 1072 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:36.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:34.873290+0000 mgr.smithi145.ovnvbv (mgr.14180) 1072 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:37.209 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:37.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:37 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:35.811660+0000 mgr.smithi145.ovnvbv (mgr.14180) 1073 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:37.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:37 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:35.811660+0000 mgr.smithi145.ovnvbv (mgr.14180) 1073 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:38.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:36.874238+0000 mgr.smithi145.ovnvbv (mgr.14180) 1074 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:38.639 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:38.640 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:38.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:36.874238+0000 mgr.smithi145.ovnvbv (mgr.14180) 1074 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:39.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:40.016 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:40.350 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:38.636454+0000 mgr.smithi145.ovnvbv (mgr.14180) 1075 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:40.350 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:38.874758+0000 mgr.smithi145.ovnvbv (mgr.14180) 1076 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:40.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:38.636454+0000 mgr.smithi145.ovnvbv (mgr.14180) 1075 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:40.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:38.874758+0000 mgr.smithi145.ovnvbv (mgr.14180) 1076 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:41.384 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:41.384 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:41.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:42.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:40.875348+0000 mgr.smithi145.ovnvbv (mgr.14180) 1077 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:42.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:40.875348+0000 mgr.smithi145.ovnvbv (mgr.14180) 1077 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:42.774 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:43.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:41.381197+0000 mgr.smithi145.ovnvbv (mgr.14180) 1078 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:43.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:41.381197+0000 mgr.smithi145.ovnvbv (mgr.14180) 1078 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:44.124 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:44.124 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:44.404 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:42.876099+0000 mgr.smithi145.ovnvbv (mgr.14180) 1079 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:44.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:44.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:42.876099+0000 mgr.smithi145.ovnvbv (mgr.14180) 1079 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:45.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:45 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:44.120791+0000 mgr.smithi145.ovnvbv (mgr.14180) 1080 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:45.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:45 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:44.120791+0000 mgr.smithi145.ovnvbv (mgr.14180) 1080 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:45.506 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:46.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:44.876776+0000 mgr.smithi145.ovnvbv (mgr.14180) 1081 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:46.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:44.876776+0000 mgr.smithi145.ovnvbv (mgr.14180) 1081 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:46.823 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:46.823 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:47.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:48.191 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:48.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:46.819797+0000 mgr.smithi145.ovnvbv (mgr.14180) 1082 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:48.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:46.877449+0000 mgr.smithi145.ovnvbv (mgr.14180) 1083 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:48.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:46.819797+0000 mgr.smithi145.ovnvbv (mgr.14180) 1082 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:48.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:46.877449+0000 mgr.smithi145.ovnvbv (mgr.14180) 1083 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:49.531 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:49.531 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:49.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:50.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:48.878241+0000 mgr.smithi145.ovnvbv (mgr.14180) 1084 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:50.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:48.878241+0000 mgr.smithi145.ovnvbv (mgr.14180) 1084 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:50.906 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:51.206 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:51 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:49.527928+0000 mgr.smithi145.ovnvbv (mgr.14180) 1085 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:51.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:51 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:49.527928+0000 mgr.smithi145.ovnvbv (mgr.14180) 1085 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:52.274 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:52.275 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:52.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:50.878960+0000 mgr.smithi145.ovnvbv (mgr.14180) 1086 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:52.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:50.878960+0000 mgr.smithi145.ovnvbv (mgr.14180) 1086 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:52.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:53.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:52.271528+0000 mgr.smithi145.ovnvbv (mgr.14180) 1087 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:53.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:52.271528+0000 mgr.smithi145.ovnvbv (mgr.14180) 1087 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:53.689 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:54.316 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:52.879744+0000 mgr.smithi145.ovnvbv (mgr.14180) 1088 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:54.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:52.879744+0000 mgr.smithi145.ovnvbv (mgr.14180) 1088 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:54.979 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:54.979 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:55.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:56.346 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:56.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:54.880328+0000 mgr.smithi145.ovnvbv (mgr.14180) 1089 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:56.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:54.976461+0000 mgr.smithi145.ovnvbv (mgr.14180) 1090 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:56.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:54.880328+0000 mgr.smithi145.ovnvbv (mgr.14180) 1089 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:52:56.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:54.976461+0000 mgr.smithi145.ovnvbv (mgr.14180) 1090 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:57.718 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:52:57.718 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:52:58.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:52:58.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:56.881108+0000 mgr.smithi145.ovnvbv (mgr.14180) 1091 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:58.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:56.881108+0000 mgr.smithi145.ovnvbv (mgr.14180) 1091 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:52:59.095 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:52:59.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:52:59 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:52:57.714701+0000 mgr.smithi145.ovnvbv (mgr.14180) 1092 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:52:59.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:52:59 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:52:57.714701+0000 mgr.smithi145.ovnvbv (mgr.14180) 1092 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:00.457 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:52:58.881775+0000 mgr.smithi145.ovnvbv (mgr.14180) 1093 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:00.504 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:00.504 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:00.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:52:58.881775+0000 mgr.smithi145.ovnvbv (mgr.14180) 1093 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:00.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:01.913 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:02.572 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:00.500937+0000 mgr.smithi145.ovnvbv (mgr.14180) 1094 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:02.572 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:00.882472+0000 mgr.smithi145.ovnvbv (mgr.14180) 1095 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:02.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:00.500937+0000 mgr.smithi145.ovnvbv (mgr.14180) 1094 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:02.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:00.882472+0000 mgr.smithi145.ovnvbv (mgr.14180) 1095 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:03.277 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:03.277 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:03.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:04.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:02.883236+0000 mgr.smithi145.ovnvbv (mgr.14180) 1096 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:04.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:03.273809+0000 mgr.smithi145.ovnvbv (mgr.14180) 1097 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:04.661 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:04.692 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:02.883236+0000 mgr.smithi145.ovnvbv (mgr.14180) 1096 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:04.692 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:03.273809+0000 mgr.smithi145.ovnvbv (mgr.14180) 1097 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:05.972 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:05.972 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:06.291 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:04.883780+0000 mgr.smithi145.ovnvbv (mgr.14180) 1098 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:06.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:06.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:04.883780+0000 mgr.smithi145.ovnvbv (mgr.14180) 1098 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:07.337 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:07.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:05.968918+0000 mgr.smithi145.ovnvbv (mgr.14180) 1099 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:07.696 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:05.968918+0000 mgr.smithi145.ovnvbv (mgr.14180) 1099 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:08.422 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:08 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:06.884495+0000 mgr.smithi145.ovnvbv (mgr.14180) 1100 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:08.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:08 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:06.884495+0000 mgr.smithi145.ovnvbv (mgr.14180) 1100 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:08.776 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:08.776 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:09.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:10.169 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:10.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:08.773714+0000 mgr.smithi145.ovnvbv (mgr.14180) 1101 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:10.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:08.885127+0000 mgr.smithi145.ovnvbv (mgr.14180) 1102 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:10.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:08.773714+0000 mgr.smithi145.ovnvbv (mgr.14180) 1101 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:10.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:08.885127+0000 mgr.smithi145.ovnvbv (mgr.14180) 1102 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:11.670 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:11.671 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:12.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:12.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:12 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:10.885891+0000 mgr.smithi145.ovnvbv (mgr.14180) 1103 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:12.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:12 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:10.885891+0000 mgr.smithi145.ovnvbv (mgr.14180) 1103 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:13.052 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:13.429 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:11.667230+0000 mgr.smithi145.ovnvbv (mgr.14180) 1104 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:13.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:11.667230+0000 mgr.smithi145.ovnvbv (mgr.14180) 1104 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:14.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:14 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:12.886824+0000 mgr.smithi145.ovnvbv (mgr.14180) 1105 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:14.476 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:14.476 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:14.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:14 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:12.886824+0000 mgr.smithi145.ovnvbv (mgr.14180) 1105 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:14.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:15.853 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:16.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:14.473127+0000 mgr.smithi145.ovnvbv (mgr.14180) 1106 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:16.587 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:16 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:14.887552+0000 mgr.smithi145.ovnvbv (mgr.14180) 1107 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:16.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:14.473127+0000 mgr.smithi145.ovnvbv (mgr.14180) 1106 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:16.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:16 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:14.887552+0000 mgr.smithi145.ovnvbv (mgr.14180) 1107 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:17.294 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:17.295 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:17.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:18.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:16.888323+0000 mgr.smithi145.ovnvbv (mgr.14180) 1108 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:18.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:18 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:17.291379+0000 mgr.smithi145.ovnvbv (mgr.14180) 1109 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:18.675 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:18.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:16.888323+0000 mgr.smithi145.ovnvbv (mgr.14180) 1108 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:18.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:18 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:17.291379+0000 mgr.smithi145.ovnvbv (mgr.14180) 1109 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:20.061 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:20.061 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:20.347 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:20 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:18.888877+0000 mgr.smithi145.ovnvbv (mgr.14180) 1110 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:20.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:20.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:20 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:18.888877+0000 mgr.smithi145.ovnvbv (mgr.14180) 1110 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:21.441 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:21.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:21 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:20.057770+0000 mgr.smithi145.ovnvbv (mgr.14180) 1111 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:21.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:21 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:20.057770+0000 mgr.smithi145.ovnvbv (mgr.14180) 1111 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:22.396 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:22 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:20.889464+0000 mgr.smithi145.ovnvbv (mgr.14180) 1112 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:22.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:22 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:20.889464+0000 mgr.smithi145.ovnvbv (mgr.14180) 1112 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:22.734 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:22.734 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:23.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:24.108 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:24.442 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:22.731068+0000 mgr.smithi145.ovnvbv (mgr.14180) 1113 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:24.442 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:24 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:22.890310+0000 mgr.smithi145.ovnvbv (mgr.14180) 1114 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:24.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:22.731068+0000 mgr.smithi145.ovnvbv (mgr.14180) 1113 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:24.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:24 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:22.890310+0000 mgr.smithi145.ovnvbv (mgr.14180) 1114 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:25.494 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:25.494 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:25.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:26.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:26 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:24.890946+0000 mgr.smithi145.ovnvbv (mgr.14180) 1115 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:26.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:26 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:24.890946+0000 mgr.smithi145.ovnvbv (mgr.14180) 1115 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:26.882 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:27.609 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:27 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:25.490543+0000 mgr.smithi145.ovnvbv (mgr.14180) 1116 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:27.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:27 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:25.490543+0000 mgr.smithi145.ovnvbv (mgr.14180) 1116 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:28.289 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:28.289 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:28.571 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:28 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:26.891736+0000 mgr.smithi145.ovnvbv (mgr.14180) 1117 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:28.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:28 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:26.891736+0000 mgr.smithi145.ovnvbv (mgr.14180) 1117 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:28.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:29.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:29 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:28.286501+0000 mgr.smithi145.ovnvbv (mgr.14180) 1118 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:29.657 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:29.690 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:29 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:28.286501+0000 mgr.smithi145.ovnvbv (mgr.14180) 1118 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:30.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:30 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:28.892408+0000 mgr.smithi145.ovnvbv (mgr.14180) 1119 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:30.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:30 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:28.892408+0000 mgr.smithi145.ovnvbv (mgr.14180) 1119 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:30.982 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:30.982 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:31.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:32.441 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:32.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:30.893057+0000 mgr.smithi145.ovnvbv (mgr.14180) 1120 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:32.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:32 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:30.978968+0000 mgr.smithi145.ovnvbv (mgr.14180) 1121 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:32.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:30.893057+0000 mgr.smithi145.ovnvbv (mgr.14180) 1120 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:32.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:32 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:30.978968+0000 mgr.smithi145.ovnvbv (mgr.14180) 1121 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:33.789 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:33.790 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:34.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:34.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:34 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:32.893861+0000 mgr.smithi145.ovnvbv (mgr.14180) 1122 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:34.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:34 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:32.893861+0000 mgr.smithi145.ovnvbv (mgr.14180) 1122 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:35.164 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:35.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:35 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:33.786073+0000 mgr.smithi145.ovnvbv (mgr.14180) 1123 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:35.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:35 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:33.786073+0000 mgr.smithi145.ovnvbv (mgr.14180) 1123 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:36.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:36 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:34.894376+0000 mgr.smithi145.ovnvbv (mgr.14180) 1124 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:36.523 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:36.523 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:36.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:36 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:34.894376+0000 mgr.smithi145.ovnvbv (mgr.14180) 1124 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:36.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:37.897 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:38.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:36.519817+0000 mgr.smithi145.ovnvbv (mgr.14180) 1125 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:38.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:38 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:36.895185+0000 mgr.smithi145.ovnvbv (mgr.14180) 1126 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-02-13T03:53:38.665 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:36.519817+0000 mgr.smithi145.ovnvbv (mgr.14180) 1125 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:38.665 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:38 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:36.895185+0000 mgr.smithi145.ovnvbv (mgr.14180) 1126 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-02-13T03:53:39.361 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:39.361 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:39.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:40.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:38.895739+0000 mgr.smithi145.ovnvbv (mgr.14180) 1127 : 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 2024-02-13T03:53:40.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:40 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:39.357886+0000 mgr.smithi145.ovnvbv (mgr.14180) 1128 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:40.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:38.895739+0000 mgr.smithi145.ovnvbv (mgr.14180) 1127 : 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 2024-02-13T03:53:40.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:40 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:39.357886+0000 mgr.smithi145.ovnvbv (mgr.14180) 1128 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:40.755 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:42.200 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:42.200 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:42.560 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:42 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:40.896276+0000 mgr.smithi145.ovnvbv (mgr.14180) 1129 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T03:53:42.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:42.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:42 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:40.896276+0000 mgr.smithi145.ovnvbv (mgr.14180) 1129 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-02-13T03:53:43.614 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:43.645 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:43 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:42.196718+0000 mgr.smithi145.ovnvbv (mgr.14180) 1130 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:43.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:43 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:42.196718+0000 mgr.smithi145.ovnvbv (mgr.14180) 1130 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:44.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:44 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:42.897045+0000 mgr.smithi145.ovnvbv (mgr.14180) 1131 : 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 2024-02-13T03:53:44.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:44 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:42.897045+0000 mgr.smithi145.ovnvbv (mgr.14180) 1131 : 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 2024-02-13T03:53:45.070 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:45.070 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:45.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:46.437 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:46.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:44.897511+0000 mgr.smithi145.ovnvbv (mgr.14180) 1132 : 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 2024-02-13T03:53:46.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:46 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:45.066765+0000 mgr.smithi145.ovnvbv (mgr.14180) 1133 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:46.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:44.897511+0000 mgr.smithi145.ovnvbv (mgr.14180) 1132 : 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 2024-02-13T03:53:46.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:46 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:45.066765+0000 mgr.smithi145.ovnvbv (mgr.14180) 1133 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:47.836 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:47.836 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:48.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:48.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:48 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:46.898238+0000 mgr.smithi145.ovnvbv (mgr.14180) 1134 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-13T03:53:48.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:48 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:46.898238+0000 mgr.smithi145.ovnvbv (mgr.14180) 1134 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-13T03:53:49.229 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:49.579 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:49 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:47.832816+0000 mgr.smithi145.ovnvbv (mgr.14180) 1135 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:49.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:49 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:47.832816+0000 mgr.smithi145.ovnvbv (mgr.14180) 1135 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:50.552 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:50.553 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:45:14.568086Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.toorer on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:50.572 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:50 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:48.898834+0000 mgr.smithi145.ovnvbv (mgr.14180) 1136 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T03:53:50.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:50 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:48.898834+0000 mgr.smithi145.ovnvbv (mgr.14180) 1136 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-13T03:53:50.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:51.920 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:52.604 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:50.548747+0000 mgr.smithi145.ovnvbv (mgr.14180) 1137 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:52.604 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:50.899460+0000 mgr.smithi145.ovnvbv (mgr.14180) 1138 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:52.604 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:52 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:51.972869+0000 mon.smithi145 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi193.dyjtdn"}]: dispatch 2024-02-13T03:53:52.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:50.548747+0000 mgr.smithi145.ovnvbv (mgr.14180) 1137 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:52.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:50.899460+0000 mgr.smithi145.ovnvbv (mgr.14180) 1138 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:53:52.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:52 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:51.972869+0000 mon.smithi145 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.145:0/3234922917' entity='mgr.smithi145.ovnvbv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi193.dyjtdn"}]: dispatch 2024-02-13T03:53:53.303 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:53.303 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:53.625 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:53:51.972322+0000 mgr.smithi145.ovnvbv (mgr.14180) 1139 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.625 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.625 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.625 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.625 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.dyjtdn ... 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:51:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:52:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:53:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Traceback (most recent call last): 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: yield (conn, connr) 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: code, '\n'.join(err))) 2024-02-13T03:53:53.626 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.dyjtdn ... 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:51:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:52:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:53:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:53:51.972515+0000 mgr.smithi145.ovnvbv (mgr.14180) 1140 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:53:51.973568+0000 mgr.smithi145.ovnvbv (mgr.14180) 1141 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.627 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: Deploy daemon haproxy.nfs.foo.smithi193.dyjtdn ... 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:51:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:52:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr time="2024-02-13T03:53:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.628 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:53 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cephadm 2024-02-13T03:53:51.976035+0000 mgr.smithi145.ovnvbv (mgr.14180) 1142 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.dooorm on smithi145 2024-02-13T03:53:53.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:53:51.972322+0000 mgr.smithi145.ovnvbv (mgr.14180) 1139 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.dyjtdn ... 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:51:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:52:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.647 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:53:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Traceback (most recent call last): 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: yield (conn, connr) 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: code, '\n'.join(err))) 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.648 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.dyjtdn ... 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:51:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:52:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:53:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:53:51.972515+0000 mgr.smithi145.ovnvbv (mgr.14180) 1140 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:53:51.973568+0000 mgr.smithi145.ovnvbv (mgr.14180) 1141 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn 2024-02-13T03:53:53.649 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: /bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: Deploy daemon haproxy.nfs.foo.smithi193.dyjtdn ... 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:51:59Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:52:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr time="2024-02-13T03:53:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: 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=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-13T03:53:53.650 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:53 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cephadm 2024-02-13T03:53:51.976035+0000 mgr.smithi145.ovnvbv (mgr.14180) 1142 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi145.dooorm on smithi145 2024-02-13T03:53:54.645 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:54.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:52.900196+0000 mgr.smithi145.ovnvbv (mgr.14180) 1143 : 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 2024-02-13T03:53:54.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:54 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:53.298991+0000 mgr.smithi145.ovnvbv (mgr.14180) 1144 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:54.677 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:52.900196+0000 mgr.smithi145.ovnvbv (mgr.14180) 1143 : 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 2024-02-13T03:53:54.677 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:54 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:53.298991+0000 mgr.smithi145.ovnvbv (mgr.14180) 1144 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:56.010 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:56.010 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:56.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:53:56.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:56 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:54.900867+0000 mgr.smithi145.ovnvbv (mgr.14180) 1145 : 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 2024-02-13T03:53:56.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:56 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:54.900867+0000 mgr.smithi145.ovnvbv (mgr.14180) 1145 : 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 2024-02-13T03:53:57.402 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:53:57.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:57 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:56.006678+0000 mgr.smithi145.ovnvbv (mgr.14180) 1146 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:57.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:57 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:56.006678+0000 mgr.smithi145.ovnvbv (mgr.14180) 1146 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:53:58.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:53:58 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:56.902058+0000 mgr.smithi145.ovnvbv (mgr.14180) 1147 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:58.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:53:58 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:56.902058+0000 mgr.smithi145.ovnvbv (mgr.14180) 1147 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:53:58.780 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:53:58.780 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:53:59.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:00.195 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:00.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:53:58.777361+0000 mgr.smithi145.ovnvbv (mgr.14180) 1148 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:00.544 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:00 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:53:58.902600+0000 mgr.smithi145.ovnvbv (mgr.14180) 1149 : 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 2024-02-13T03:54:00.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:53:58.777361+0000 mgr.smithi145.ovnvbv (mgr.14180) 1148 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:00.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:00 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:53:58.902600+0000 mgr.smithi145.ovnvbv (mgr.14180) 1149 : 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 2024-02-13T03:54:01.560 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:54:01.561 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:01.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:02.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:02 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:54:00.903187+0000 mgr.smithi145.ovnvbv (mgr.14180) 1150 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:02.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:02 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:54:00.903187+0000 mgr.smithi145.ovnvbv (mgr.14180) 1150 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:02.926 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:03.595 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:03 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:54:01.557106+0000 mgr.smithi145.ovnvbv (mgr.14180) 1151 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:03.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:03 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:54:01.557106+0000 mgr.smithi145.ovnvbv (mgr.14180) 1151 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:04.250 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:54:04.250 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:04.605 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:04 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:54:02.903984+0000 mgr.smithi145.ovnvbv (mgr.14180) 1152 : 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 2024-02-13T03:54:04.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:04.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:04 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:54:02.903984+0000 mgr.smithi145.ovnvbv (mgr.14180) 1152 : 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 2024-02-13T03:54:05.636 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:05.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:05 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:54:04.247330+0000 mgr.smithi145.ovnvbv (mgr.14180) 1153 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:05.668 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:05 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:54:04.247330+0000 mgr.smithi145.ovnvbv (mgr.14180) 1153 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:06.594 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:06 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:54:04.904516+0000 mgr.smithi145.ovnvbv (mgr.14180) 1154 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:06.646 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:06 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:54:04.904516+0000 mgr.smithi145.ovnvbv (mgr.14180) 1154 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:06.950 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:54:06.950 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:07.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:07.706 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:54:06.905296+0000 mgr.smithi145.ovnvbv (mgr.14180) 1155 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:07.707 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:07 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:54:06.946831+0000 mgr.smithi145.ovnvbv (mgr.14180) 1156 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:07.896 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:54:06.905296+0000 mgr.smithi145.ovnvbv (mgr.14180) 1155 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:07.896 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:07 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:54:06.946831+0000 mgr.smithi145.ovnvbv (mgr.14180) 1156 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:08.367 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:09.724 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:54:09.724 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:10.063 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:09 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:54:08.906014+0000 mgr.smithi145.ovnvbv (mgr.14180) 1157 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:10.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:10.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:09 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:54:08.906014+0000 mgr.smithi145.ovnvbv (mgr.14180) 1157 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:11.093 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:11.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:10 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:54:09.720097+0000 mgr.smithi145.ovnvbv (mgr.14180) 1158 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:11.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:10 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:54:09.720097+0000 mgr.smithi145.ovnvbv (mgr.14180) 1158 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:12.145 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:11 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:54:10.906783+0000 mgr.smithi145.ovnvbv (mgr.14180) 1159 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:12.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:11 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:54:10.906783+0000 mgr.smithi145.ovnvbv (mgr.14180) 1159 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:12.554 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:54:12.554 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:12.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:13.934 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:14.308 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:54:12.550842+0000 mgr.smithi145.ovnvbv (mgr.14180) 1160 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:14.309 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:13 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:54:12.907495+0000 mgr.smithi145.ovnvbv (mgr.14180) 1161 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:14.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:54:12.550842+0000 mgr.smithi145.ovnvbv (mgr.14180) 1160 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:14.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:13 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:54:12.907495+0000 mgr.smithi145.ovnvbv (mgr.14180) 1161 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:15.323 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:54:15.323 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:15.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:54:14.908051+0000 mgr.smithi145.ovnvbv (mgr.14180) 1162 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:16.396 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:15 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:54:15.319209+0000 mgr.smithi145.ovnvbv (mgr.14180) 1163 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:16.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:54:14.908051+0000 mgr.smithi145.ovnvbv (mgr.14180) 1162 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-13T03:54:16.456 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:15 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:54:15.319209+0000 mgr.smithi145.ovnvbv (mgr.14180) 1163 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:16.682 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-13T03:54:17.991 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-02-13T03:54:17.992 INFO:teuthology.orchestra.run.smithi145.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-13T03:31:43.665605Z", "last_refresh": "2024-02-13T03:51:22.557620Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-13T03:31:39.632200Z", "last_refresh": "2024-02-13T03:51:19.331514Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-13T03:31:41.868192Z", "last_refresh": "2024-02-13T03:51:22.557754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:47:48.601113Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.hlfrnv on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-hlfrnv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.hlfrnv\nDeploy daemon haproxy.nfs.foo.smithi193.hlfrnv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:45:56Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:46:33Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:47:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.870692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi145.mhfaar on smithi145: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi145-mhfaar\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi145.mhfaar\nDeploy daemon haproxy.nfs.foo.smithi145.mhfaar ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:48: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=\"2024-02-13T03:49: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=\"2024-02-13T03:49: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=smithi145 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-13T03:50:17.871979Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi193.gestby on smithi193: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:50:17.873008Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi145.butrpd on smithi145: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-13T03:53:51.973431Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi193.dyjtdn on smithi193: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi193-dyjtdn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\n/bin/podman: stderr Error: no such container ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi193.dyjtdn\nDeploy daemon haproxy.nfs.foo.smithi193.dyjtdn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-13T03:51:59Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:52:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-13T03:53:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi193 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.145/16"}, "status": {"created": "2024-02-13T03:35:05.912363Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.145/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-13T03:31:38.695812Z", "last_refresh": "2024-02-13T03:51:19.331672Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:32:41.752645Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi145:172.21.15.145=smithi145", "smithi193:172.21.15.193=smithi193"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-13T03:32:41.747783Z", "last_refresh": "2024-02-13T03:51:19.331744Z", "running": 2, "size": 2}}, {"events": ["2024-02-13T03:35:05.911385Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-13T03:35:05.908107Z", "last_refresh": "2024-02-13T03:51:22.558260Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-13T03:31:42.755284Z", "last_refresh": "2024-02-13T03:51:19.331809Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-13T03:33:10.303755Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-13T03:33:10.299247Z", "last_refresh": "2024-02-13T03:51:19.331885Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-13T03:31:40.700881Z", "last_refresh": "2024-02-13T03:51:22.557893Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-13T03:35:01.738236Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-13T03:35:06.654404Z", "last_refresh": "2024-02-13T03:51:19.332151Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-13T03:54:18.287 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:17 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: cluster 2024-02-13T03:54:16.908914+0000 mgr.smithi145.ovnvbv (mgr.14180) 1164 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:18.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-13T03:54:18.348 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-13T03:54:18.602 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ad5ae99b4d0843fcaecb53e4aa74f611 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_84e714279aa684636ac645daf0a1a85c2094cfb3/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-13T03:54:18.604 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-13T03:54:18.616 INFO:tasks.vip:Removing 10.0.15.145 (and any VIPs) on smithi145.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T03:54:18.617 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr del 10.0.15.145/16 dev enp3s0f1 2024-02-13T03:54:18.621 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:17 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: cluster 2024-02-13T03:54:16.908914+0000 mgr.smithi145.ovnvbv (mgr.14180) 1164 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-13T03:54:18.652 DEBUG:teuthology.orchestra.run.smithi145:> sudo ip addr del 10.0.31.145/16 dev enp3s0f1 2024-02-13T03:54:18.722 INFO:teuthology.orchestra.run.smithi145.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-13T03:54:18.723 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-13T03:54:18.723 INFO:tasks.vip:Removing 10.0.15.193 (and any VIPs) on smithi193.front.sepia.ceph.com iface enp3s0f1... 2024-02-13T03:54:18.724 DEBUG:teuthology.orchestra.run.smithi193:> sudo ip addr del 10.0.15.193/16 dev enp3s0f1 2024-02-13T03:54:18.779 DEBUG:teuthology.orchestra.run.smithi193:> sudo ip addr del 10.0.31.145/16 dev enp3s0f1 2024-02-13T03:54:18.808 INFO:teuthology.orchestra.run.smithi193.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-13T03:54:18.808 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-13T03:54:18.809 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-13T03:54:18.819 INFO:tasks.cephadm:Teardown begin 2024-02-13T03:54:18.820 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:54:18.847 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:54:18.877 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-13T03:54:18.878 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-13T03:54:18.904 DEBUG:teuthology.orchestra.run.smithi193:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-13T03:54:18.935 INFO:tasks.cephadm:Stopping all daemons... 2024-02-13T03:54:18.935 INFO:tasks.cephadm.mon.smithi145:Stopping mon.smithi145... 2024-02-13T03:54:18.935 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi145 2024-02-13T03:54:19.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: audit 2024-02-13T03:54:17.988735+0000 mgr.smithi145.ovnvbv (mgr.14180) 1165 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:19.229 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:18 smithi145 systemd[1]: Stopping Ceph mon.smithi145 for ea9288ac-ca1f-11ee-95b9-87774f69a715... 2024-02-13T03:54:19.229 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: audit 2024-02-13T03:54:17.988735+0000 mgr.smithi145.ovnvbv (mgr.14180) 1165 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-13T03:54:19.229 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:19 smithi145 bash[155847]: Error: no container with name or ID "ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon.smithi145" found: no such container 2024-02-13T03:54:19.230 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:54:19.229+0000 7f2994228700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi145 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-13T03:54:19.636 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:19 smithi145 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145[33321]: debug 2024-02-13T03:54:19.229+0000 7f2994228700 -1 mon.smithi145@0(leader) e2 *** Got Signal Terminated *** 2024-02-13T03:54:19.636 INFO:journalctl@ceph.mon.smithi145.smithi145.stdout:Feb 13 03:54:19 smithi145 bash[155884]: ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi145 2024-02-13T03:54:19.642 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi145.service' 2024-02-13T03:54:19.688 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T03:54:19.689 INFO:tasks.cephadm.mon.smithi145:Stopped mon.smithi145 2024-02-13T03:54:19.689 INFO:tasks.cephadm.mon.smithi193:Stopping mon.smithi193... 2024-02-13T03:54:19.689 DEBUG:teuthology.orchestra.run.smithi193:> sudo systemctl stop ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi193 2024-02-13T03:54:20.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:19 smithi193 systemd[1]: Stopping Ceph mon.smithi193 for ea9288ac-ca1f-11ee-95b9-87774f69a715... 2024-02-13T03:54:20.146 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:19 smithi193 bash[58475]: Error: no container with name or ID "ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon.smithi193" found: no such container 2024-02-13T03:54:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:54:19.949+0000 7f58728e3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi193 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-13T03:54:20.147 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:19 smithi193 ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193[37104]: debug 2024-02-13T03:54:19.949+0000 7f58728e3700 -1 mon.smithi193@1(peon) e2 *** Got Signal Terminated *** 2024-02-13T03:54:20.611 INFO:journalctl@ceph.mon.smithi193.smithi193.stdout:Feb 13 03:54:20 smithi193 bash[58513]: ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715-mon-smithi193 2024-02-13T03:54:20.618 DEBUG:teuthology.orchestra.run.smithi193:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ea9288ac-ca1f-11ee-95b9-87774f69a715@mon.smithi193.service' 2024-02-13T03:54:20.662 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-13T03:54:20.662 INFO:tasks.cephadm.mon.smithi193:Stopped mon.smithi193 2024-02-13T03:54:20.662 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-13T03:57:46.555 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-13T03:58:27.707 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:58:27.760 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-13T03:58:27.791 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-13T03:58:27.793 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188/remote/ubuntu@smithi145.front.sepia.ceph.com/crash 2024-02-13T03:58:27.794 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/crash -- . 2024-02-13T03:58:27.838 INFO:teuthology.orchestra.run.smithi145.stderr:tar: /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-13T03:58:27.838 INFO:teuthology.orchestra.run.smithi145.stderr:tar: Error is not recoverable: exiting now 2024-02-13T03:58:27.840 DEBUG:teuthology.misc:Transferring archived files from smithi193:/var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188/remote/ubuntu@smithi193.front.sepia.ceph.com/crash 2024-02-13T03:58:27.841 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/crash -- . 2024-02-13T03:58:27.904 INFO:teuthology.orchestra.run.smithi193.stderr:tar: /var/lib/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-13T03:58:27.904 INFO:teuthology.orchestra.run.smithi193.stderr:tar: Error is not recoverable: exiting now 2024-02-13T03:58:27.905 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-13T03:58:27.905 DEBUG:teuthology.orchestra.run.smithi145:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-13T03:58:27.935 INFO:teuthology.orchestra.run.smithi145.stdout:2024-02-13T03:36:34.795727+0000 mon.smithi145 (mon.0) 654 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-13T03:58:27.935 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-13T03:58:27.935 INFO:tasks.cephadm:Compressing logs... 2024-02-13T03:58:27.935 DEBUG:teuthology.orchestra.run.smithi145:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-13T03:58:27.978 DEBUG:teuthology.orchestra.run.smithi193:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-13T03:58:28.004 INFO:teuthology.orchestra.run.smithi145.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-13T03:58:28.004 INFO:teuthology.orchestra.run.smithi145.stderr:: No such file or directory 2024-02-13T03:58:28.005 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-13T03:58:28.005 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi145.rzbydk.log 2024-02-13T03:58:28.005 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mon.smithi145.log 2024-02-13T03:58:28.005 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi145.rzbydk.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mgr.smithi145.ovnvbv.log 2024-02-13T03:58:28.007 INFO:teuthology.orchestra.run.smithi145.stderr: 68.9% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi145.rzbydk.log.gz 2024-02-13T03:58:28.008 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-13T03:58:28.008 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mon.smithi145.log: /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mgr.smithi145.ovnvbv.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-13T03:58:28.008 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-13T03:58:28.008 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.7.log: /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.1.log: 95.1% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-13T03:58:28.009 INFO:teuthology.orchestra.run.smithi193.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-13T03:58:28.009 INFO:teuthology.orchestra.run.smithi193.stderr:: No such file or directory 2024-02-13T03:58:28.009 INFO:teuthology.orchestra.run.smithi193.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-13T03:58:28.009 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mgr.smithi193.hvkkdk.log 2024-02-13T03:58:28.009 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.log 2024-02-13T03:58:28.009 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mgr.smithi193.hvkkdk.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-13T03:58:28.009 INFO:teuthology.orchestra.run.smithi193.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-13T03:58:28.010 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.log: /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.2.log: 95.4% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-13T03:58:28.010 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-volume.log: 90.8% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-13T03:58:28.010 INFO:teuthology.orchestra.run.smithi193.stderr: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-13T03:58:28.011 INFO:teuthology.orchestra.run.smithi193.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-13T03:58:28.011 INFO:teuthology.orchestra.run.smithi193.stderr: 93.3% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mgr.smithi193.hvkkdk.log.gz 2024-02-13T03:58:28.011 INFO:teuthology.orchestra.run.smithi193.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-13T03:58:28.012 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-13T03:58:28.013 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mon.smithi193.log 2024-02-13T03:58:28.013 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-13T03:58:28.013 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mon.smithi193.log: /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.4.log: 92.6% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-13T03:58:28.014 INFO:teuthology.orchestra.run.smithi193.stderr: 91.9% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-13T03:58:28.016 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.log 2024-02-13T03:58:28.016 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-13T03:58:28.018 INFO:teuthology.orchestra.run.smithi193.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi193.spcsid.log 2024-02-13T03:58:28.018 INFO:teuthology.orchestra.run.smithi193.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi193.spcsid.log: 69.5% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-client.rgw.foorgw.smithi193.spcsid.log.gz 2024-02-13T03:58:28.027 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.log: /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.3.log: 90.7% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-13T03:58:28.027 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-13T03:58:28.027 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-13T03:58:28.028 INFO:teuthology.orchestra.run.smithi145.stderr: 92.6% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-13T03:58:28.031 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.audit.log: 91.6% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-13T03:58:28.040 INFO:teuthology.orchestra.run.smithi145.stderr: 94.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-13T03:58:28.230 INFO:teuthology.orchestra.run.smithi193.stderr: 92.5% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mon.smithi193.log.gz 2024-02-13T03:58:28.278 INFO:teuthology.orchestra.run.smithi145.stderr: 90.0% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mgr.smithi145.ovnvbv.log.gz 2024-02-13T03:58:28.685 INFO:teuthology.orchestra.run.smithi145.stderr: 90.5% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-mon.smithi145.log.gz 2024-02-13T03:58:29.009 INFO:teuthology.orchestra.run.smithi193.stderr: 93.4% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-13T03:58:29.052 INFO:teuthology.orchestra.run.smithi193.stderr: 93.3% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-13T03:58:29.061 INFO:teuthology.orchestra.run.smithi145.stderr: 93.4% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-13T03:58:29.067 INFO:teuthology.orchestra.run.smithi193.stderr: 93.8% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-13T03:58:29.079 INFO:teuthology.orchestra.run.smithi145.stderr: 93.6% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-13T03:58:29.180 INFO:teuthology.orchestra.run.smithi145.stderr: 93.5% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-13T03:58:29.236 INFO:teuthology.orchestra.run.smithi193.stderr: 93.6% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-13T03:58:29.238 INFO:teuthology.orchestra.run.smithi193.stderr: 2024-02-13T03:58:29.238 INFO:teuthology.orchestra.run.smithi193.stderr:real 0m1.244s 2024-02-13T03:58:29.238 INFO:teuthology.orchestra.run.smithi193.stderr:user 0m4.375s 2024-02-13T03:58:29.238 INFO:teuthology.orchestra.run.smithi193.stderr:sys 0m0.206s 2024-02-13T03:58:29.241 INFO:teuthology.orchestra.run.smithi145.stderr: 93.6% -- replaced with /var/log/ceph/ea9288ac-ca1f-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-13T03:58:29.243 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-02-13T03:58:29.243 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m1.251s 2024-02-13T03:58:29.243 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m5.342s 2024-02-13T03:58:29.243 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m0.207s 2024-02-13T03:58:29.244 INFO:tasks.cephadm:Archiving logs... 2024-02-13T03:58:29.244 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188/remote/ubuntu@smithi145.front.sepia.ceph.com/log 2024-02-13T03:58:29.245 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-13T03:58:30.069 DEBUG:teuthology.misc:Transferring archived files from smithi193:/var/log/ceph to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188/remote/ubuntu@smithi193.front.sepia.ceph.com/log 2024-02-13T03:58:30.070 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-13T03:58:30.766 INFO:tasks.cephadm:Removing cluster... 2024-02-13T03:58:30.766 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 --force 2024-02-13T03:58:31.137 DEBUG:teuthology.orchestra.run.smithi193:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ea9288ac-ca1f-11ee-95b9-87774f69a715 --force 2024-02-13T03:58:31.529 INFO:tasks.cephadm:Removing cephadm ... 2024-02-13T03:58:31.530 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-13T03:58:31.552 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-13T03:58:31.570 INFO:tasks.cephadm:Teardown complete 2024-02-13T03:58:31.571 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-13T03:58:31.686 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_1... 2024-02-13T03:58:31.686 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_1 2024-02-13T03:58:31.817 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-13T03:58:31.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:31.818 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_2... 2024-02-13T03:58:31.819 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_2 2024-02-13T03:58:31.947 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-13T03:58:31.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:31.949 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_3... 2024-02-13T03:58:31.949 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_3 2024-02-13T03:58:32.080 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-13T03:58:32.081 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:32.082 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi145:/dev/vg_nvme/lv_4... 2024-02-13T03:58:32.082 DEBUG:teuthology.orchestra.run.smithi145:> sudo nvme disconnect -n lv_4 2024-02-13T03:58:32.213 INFO:teuthology.orchestra.run.smithi145.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-13T03:58:32.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:32.215 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-02-13T03:58:32.215 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/scratch_devs 2024-02-13T03:58:32.242 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi193:/dev/vg_nvme/lv_1... 2024-02-13T03:58:32.242 DEBUG:teuthology.orchestra.run.smithi193:> sudo nvme disconnect -n lv_1 2024-02-13T03:58:32.388 INFO:teuthology.orchestra.run.smithi193.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-13T03:58:32.389 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:32.389 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi193:/dev/vg_nvme/lv_2... 2024-02-13T03:58:32.390 DEBUG:teuthology.orchestra.run.smithi193:> sudo nvme disconnect -n lv_2 2024-02-13T03:58:32.514 INFO:teuthology.orchestra.run.smithi193.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-13T03:58:32.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:32.516 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi193:/dev/vg_nvme/lv_3... 2024-02-13T03:58:32.516 DEBUG:teuthology.orchestra.run.smithi193:> sudo nvme disconnect -n lv_3 2024-02-13T03:58:32.645 INFO:teuthology.orchestra.run.smithi193.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-13T03:58:32.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:32.647 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi193:/dev/vg_nvme/lv_4... 2024-02-13T03:58:32.647 DEBUG:teuthology.orchestra.run.smithi193:> sudo nvme disconnect -n lv_4 2024-02-13T03:58:32.771 INFO:teuthology.orchestra.run.smithi193.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-13T03:58:32.773 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:32.773 DEBUG:teuthology.orchestra.run.smithi193:> set -ex 2024-02-13T03:58:32.773 DEBUG:teuthology.orchestra.run.smithi193:> sudo dd of=/scratch_devs 2024-02-13T03:58:32.800 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-13T03:58:32.809 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-13T03:58:32.810 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T03:58:32.812 DEBUG:teuthology.orchestra.run.smithi193:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-13T03:58:32.826 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2024-02-13T03:58:32.832 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T03:58:32.832 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-02-13T03:58:32.832 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 43 -57us[ -57us] +/- 77ms 2024-02-13T03:58:32.832 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv02.front.sepia.ceph.com 3 6 377 44 -629us[ -626us] +/- 53ms 2024-02-13T03:58:32.832 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 +1120us[+1122us] +/- 83ms 2024-02-13T03:58:32.832 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:58:32.856 INFO:teuthology.orchestra.run.smithi193.stderr:bash: ntpq: command not found 2024-02-13T03:58:32.860 INFO:teuthology.orchestra.run.smithi193.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-13T03:58:32.860 INFO:teuthology.orchestra.run.smithi193.stdout:=============================================================================== 2024-02-13T03:58:32.860 INFO:teuthology.orchestra.run.smithi193.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 42 -92us[ -85us] +/- 77ms 2024-02-13T03:58:32.861 INFO:teuthology.orchestra.run.smithi193.stdout:^* hv02.front.sepia.ceph.com 3 6 377 42 -667us[ -660us] +/- 53ms 2024-02-13T03:58:32.861 INFO:teuthology.orchestra.run.smithi193.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 +1072us[+1080us] +/- 83ms 2024-02-13T03:58:32.861 INFO:teuthology.orchestra.run.smithi193.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-13T03:58:32.862 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-13T03:58:32.871 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-13T03:58:32.873 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-13T03:58:32.882 DEBUG:teuthology.orchestra.run.smithi145:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-13T03:58:32.954 DEBUG:teuthology.orchestra.run.smithi193:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-13T03:58:33.015 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-13T03:58:33.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:33.045 DEBUG:teuthology.orchestra.run.smithi193:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-13T03:58:33.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:33.075 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-13T03:58:33.085 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-13T03:58:33.096 INFO:teuthology.task.internal:Duration was 2399.928191 seconds 2024-02-13T03:58:33.096 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-13T03:58:33.173 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-13T03:58:33.173 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-13T03:58:33.176 DEBUG:teuthology.orchestra.run.smithi193:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-13T03:58:33.220 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T03:58:33.223 INFO:teuthology.orchestra.run.smithi193.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-13T03:58:33.469 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-13T03:58:33.469 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2024-02-13T03:58:33.469 DEBUG:teuthology.orchestra.run.smithi145:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-13T03:58:33.490 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi193.front.sepia.ceph.com 2024-02-13T03:58:33.491 DEBUG:teuthology.orchestra.run.smithi193:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-13T03:58:33.512 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-13T03:58:33.513 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-13T03:58:33.534 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-13T03:58:33.607 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-13T03:58:33.607 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-13T03:58:33.609 DEBUG:teuthology.orchestra.run.smithi193:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-13T03:58:33.766 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-13T03:58:33.777 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-13T03:58:33.777 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-13T03:58:33.805 DEBUG:teuthology.orchestra.run.smithi193:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-13T03:58:33.832 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-13T03:58:33.844 DEBUG:teuthology.orchestra.run.smithi145:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-13T03:58:33.847 DEBUG:teuthology.orchestra.run.smithi193:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-13T03:58:33.871 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2024-02-13T03:58:33.898 INFO:teuthology.orchestra.run.smithi193.stdout:kernel.core_pattern = core 2024-02-13T03:58:33.928 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-13T03:58:33.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:33.964 DEBUG:teuthology.orchestra.run.smithi193:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-13T03:58:33.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-13T03:58:33.984 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-13T03:58:33.995 INFO:teuthology.task.internal:Transferring archived files... 2024-02-13T03:58:33.996 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188/remote/smithi145 2024-02-13T03:58:33.996 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-13T03:58:34.053 DEBUG:teuthology.misc:Transferring archived files from smithi193:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188/remote/smithi193 2024-02-13T03:58:34.054 DEBUG:teuthology.orchestra.run.smithi193:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-13T03:58:34.094 INFO:teuthology.task.internal:Removing archive directory... 2024-02-13T03:58:34.094 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-13T03:58:34.096 DEBUG:teuthology.orchestra.run.smithi193:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-13T03:58:34.144 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-13T03:58:34.157 INFO:teuthology.task.internal:Not uploading archives. 2024-02-13T03:58:34.157 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-13T03:58:34.167 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-13T03:58:34.167 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-13T03:58:34.170 DEBUG:teuthology.orchestra.run.smithi193:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-13T03:58:34.184 INFO:teuthology.orchestra.run.smithi145.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 13 03:58 /home/ubuntu/cephtest 2024-02-13T03:58:34.201 INFO:teuthology.orchestra.run.smithi193.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 13 03:58 /home/ubuntu/cephtest 2024-02-13T03:58:34.202 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-13T03:58:34.214 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-13T03:58:34.243 INFO:teuthology.nuke:Checking targets against current locks 2024-02-13T03:58:34.273 DEBUG:teuthology.nuke:shortname: smithi145 2024-02-13T03:58:34.273 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T03:58:34.296 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-13 03:13:13.631844', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG1adhg3Ol3b99ew5h7pQGRek9xigviGqIbbnp90XKgAc/FwCHzFJweMQuLXSH4fWVDoWRtz9tkupXnafJ2/VYQ='} 2024-02-13T03:58:34.304 DEBUG:teuthology.nuke:shortname: smithi193 2024-02-13T03:58:34.305 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-13T03:58:34.323 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi193.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-02-12_21:56:27-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7557188', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-13 03:13:13.630413', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPHup0bku0MJuBtWUW3SYLova50NpfcDWDSOxXX5o9nWmVKlH+S87duxlASPOsqVdZOvtgd/2RT1PDbRW1okLSM='} 2024-02-13T03:58:34.339 INFO:teuthology.orchestra.console.smithi145:Power off 2024-02-13T03:58:34.339 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-13T03:58:34.361 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2024-02-13T03:58:34.362 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T03:58:34.379 INFO:teuthology.orchestra.console.smithi193:Power off 2024-02-13T03:58:34.379 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-13T03:58:34.388 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-02-13T03:58:34.400 DEBUG:teuthology.orchestra.console.smithi193:power off output: Chassis Power Control: Down/Off 2024-02-13T03:58:34.400 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T03:58:34.421 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is on 2024-02-13T03:58:38.390 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T03:58:38.422 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T03:58:38.499 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-02-13T03:58:38.530 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is on 2024-02-13T03:58:42.504 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T03:58:42.532 DEBUG:teuthology.orchestra.console.smithi193:pexpect command: ipmitool -H smithi193.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-13T03:58:42.614 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2024-02-13T03:58:42.640 DEBUG:teuthology.orchestra.console.smithi193:check power output: Chassis Power is off 2024-02-13T03:58:42.716 INFO:teuthology.orchestra.console.smithi145:Power off completed 2024-02-13T03:58:42.742 INFO:teuthology.orchestra.console.smithi193:Power off completed 2024-02-13T03:58:42.846 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: 2399.9281907081604 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_lflores@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ad5ae99b4d0843fcaecb53e4aa74f611 status: fail success: false 2024-02-13T03:58:42.846 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-13T03:58:42.925 INFO:teuthology.run:FAIL